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:
Jan Vesely 2014-11-03 20:29:36 -05:00 committed by Tom Stellard
parent 745b1f5503
commit ca0616f17e

View file

@ -887,6 +887,7 @@ unsigned r600_llvm_compile(
FREE(binary.code);
FREE(binary.config);
FREE(binary.rodata);
return r;
}