Skip to content
Snippets Groups Projects
Commit 2f024d2b authored by Rob Clark's avatar Rob Clark :speech_balloon:
Browse files

freedreno/a3xx: missing u_upload_destroy


Signed-off-by: default avatarRob Clark <robclark@freedesktop.org>
parent 28b2269e
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@ fd3_context_destroy(struct pipe_context *pctx)
pipe_resource_reference(&fd3_ctx->solid_vbuf, NULL);
pipe_resource_reference(&fd3_ctx->blit_texcoord_vbuf, NULL);
u_upload_destroy(fd3_ctx->border_color_uploader);
fd_context_destroy(pctx);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment