mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
gallivm: fixed memory leak in lp_build_tgsi_aos
Reviewed-by: José Fonseca <jfonseca@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
0b0f4628d6
commit
c426e63aa0
1 changed files with 1 additions and 0 deletions
|
|
@ -1089,6 +1089,7 @@ lp_build_tgsi_aos(struct gallivm_state *gallivm,
|
|||
debug_printf("2222222222222222222222222222 \n");
|
||||
}
|
||||
tgsi_parse_free(&parse);
|
||||
FREE(bld.bld_base.instructions);
|
||||
|
||||
if (0) {
|
||||
LLVMModuleRef module = LLVMGetGlobalParent(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue