freedreno/a3xx: missing u_upload_destroy

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark 2014-11-05 10:43:18 -05:00
parent 28b2269ee0
commit 2f024d2b10

View file

@ -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);
}