Mesa (master): radeonsi: Fix LLVM context leak.

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Aug 16 10:00:48 UTC 2012


Module: Mesa
Branch: master
Commit: 4b64fa2ff18ecf5b991f3f5e11daf1e3d8314664
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b64fa2ff18ecf5b991f3f5e11daf1e3d8314664

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Aug 15 18:22:46 2012 +0200

radeonsi: Fix LLVM context leak.

Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/gallium/drivers/radeonsi/radeonsi_shader.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/radeonsi_shader.c b/src/gallium/drivers/radeonsi/radeonsi_shader.c
index 4f76224..0f2aaef 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_shader.c
+++ b/src/gallium/drivers/radeonsi/radeonsi_shader.c
@@ -681,6 +681,7 @@ int si_pipe_shader_create(
 	shader->num_vgprs = util_le32_to_cpu(*(uint32_t*)(inst_bytes + 4));
 	shader->spi_ps_input_ena = util_le32_to_cpu(*(uint32_t*)(inst_bytes + 8));
 
+	radeon_llvm_dispose(&si_shader_ctx.radeon_bld);
 	tgsi_parse_free(&si_shader_ctx.parse);
 
 	/* copy new shader */




More information about the mesa-commit mailing list