From ce8c71817b89ae97f960ba517becc8a74431206f Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Thu, 23 Sep 2010 22:30:46 +0200 Subject: r600g: Destroy the blitter. Signed-off-by: Tilman Sauerbeck --- src/gallium/drivers/r600/r600_context.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers') diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c index b9abff9dc1..e8eb814209 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); -- cgit v1.2.3