From: Tilman Sauerbeck Date: Sun, 24 Oct 2010 12:52:14 +0000 (+0200) Subject: r600g: Destroy the blitter. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ad9d83fdfc609303cebba3d811064b91aed6b0b;p=mesa.git r600g: Destroy the blitter. This fix got lost in the state rework merge. Signed-off-by: Tilman Sauerbeck --- diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index bea7ef5df84..35645398437 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -82,6 +82,8 @@ static void r600_destroy_context(struct pipe_context *context) free(rctx->states[i]); } + util_blitter_destroy(rctx->blitter); + u_upload_destroy(rctx->upload_vb); u_upload_destroy(rctx->upload_ib);