[Mesa-dev] [PATCH 0/3] More radeon/llvm memory leak fixes
Aaron Watry
awatry at gmail.com
Thu Nov 7 16:08:13 PST 2013
With the 3 attached patches and my previous series of 6 from yesterday, I can
now launch glxgears on Evergreen without any definite memory leaks according
to: valgrind --leak-check=full glxgears
I've run this through piglit/tests/quick.tests without any regressions.
I don't have commit access, so feel free to push if you don't have any issues.
Aaron Watry (3):
r600/llvm: initialize radeon_llvm_binary
r600/llvm: Free binary.code/binary.config in r600_llvm_compile
radeon/llvm: Free elf_buffer after use
src/gallium/drivers/r600/r600_llvm.c | 8 ++++++++
src/gallium/drivers/radeon/radeon_llvm_emit.c | 3 +++
2 files changed, 11 insertions(+)
More information about the mesa-dev
mailing list