Re: [Mesa-dev] [PATCH] nv50: free interpolation parameters in nv50_program_destroy()

2015-11-14 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Thanks! I missed this in all the commotion of trying to get it actually working :) On Sat, Nov 14, 2015 at 5:00 PM, Samuel Pitoiset wrote: > As for nvc0, we need to free memory allocated by interpolation > parameters. This fixes a memory leak spotted by valgrind. > > Si

[Mesa-dev] [PATCH] nv50: free interpolation parameters in nv50_program_destroy()

2015-11-14 Thread Samuel Pitoiset
As for nvc0, we need to free memory allocated by interpolation parameters. This fixes a memory leak spotted by valgrind. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouv