Re: [Mesa-dev] [PATCH] ralloc: don't write to memory in case of alloc fail.

2013-04-17 Thread Ian Romanick
On 04/16/2013 06:08 PM, Dave Airlie wrote: From: Dave Airlie For some reason I made this happen under indirect rendering, I think we might have a leak, valgrind gave out, so I said I'd fix the basic problem. NOTE: This is a candidate for stable branches. Signed-off-by: Dave Airlie Review

Re: [Mesa-dev] [PATCH] ralloc: don't write to memory in case of alloc fail.

2013-04-16 Thread Kenneth Graunke
On 04/16/2013 06:08 PM, Dave Airlie wrote: From: Dave Airlie For some reason I made this happen under indirect rendering, I think we might have a leak, valgrind gave out, so I said I'd fix the basic problem. Signed-off-by: Dave Airlie --- src/glsl/ralloc.c |2 ++ 1 files changed, 2 ins

[Mesa-dev] [PATCH] ralloc: don't write to memory in case of alloc fail.

2013-04-16 Thread Dave Airlie
From: Dave Airlie For some reason I made this happen under indirect rendering, I think we might have a leak, valgrind gave out, so I said I'd fix the basic problem. Signed-off-by: Dave Airlie --- src/glsl/ralloc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gl