mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
r600, llvm: Fix mem leak
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
745b1f5503
commit
ca0616f17e
1 changed files with 1 additions and 0 deletions
|
|
@ -887,6 +887,7 @@ unsigned r600_llvm_compile(
|
|||
|
||||
FREE(binary.code);
|
||||
FREE(binary.config);
|
||||
FREE(binary.rodata);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue