Pushed. Thanks!
On Mon, Sep 17, 2012 at 04:35:06PM +0800, Xinya Zhang wrote:
> Hi all.
>
> This fixes a memory leak of byte streams allocated in r600_llvm_compile.
>
> No regressions found in the tests of opencl-example/run_tests.sh.
>
> signed-off-by: Xinya Zhang
> ---
> src/gallium/drivers/
Hi all.
This fixes a memory leak of byte streams allocated in r600_llvm_compile.
No regressions found in the tests of opencl-example/run_tests.sh.
signed-off-by: Xinya Zhang
---
src/gallium/drivers/r600/r600_shader.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/r600/