From: Tilman Sauerbeck Date: Thu, 23 Sep 2010 20:30:46 +0000 (+0200) Subject: r600g: Destroy the blitter. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce8c71817b89ae97f960ba517becc8a74431206f;p=mesa.git r600g: Destroy the blitter. Signed-off-by: Tilman Sauerbeck --- diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c index b9abff9dc10..e8eb8142095 100644 --- a/src/gallium/drivers/r600/r600_context.c +++ b/src/gallium/drivers/r600/r600_context.c @@ -57,6 +57,8 @@ static void r600_destroy_context(struct pipe_context *context) free(rctx->vs_constant); free(rctx->vs_resource); + util_blitter_destroy(rctx->blitter); + u_upload_destroy(rctx->upload_vb); u_upload_destroy(rctx->upload_ib);