Re: [Mesa-dev] [PATCH] softpipe: avoid leaking local_mem on machines alloc failure

2016-04-30 Thread Vinson Lee
On Sat, Apr 30, 2016 at 7:31 PM, Ilia Mirkin wrote: > Spotted by Coverity > > Signed-off-by: Ilia Mirkin > --- > src/gallium/drivers/softpipe/sp_compute.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/softpipe/sp_compute.c > b/src/gallium/driver

[Mesa-dev] [PATCH] softpipe: avoid leaking local_mem on machines alloc failure

2016-04-30 Thread Ilia Mirkin
Spotted by Coverity Signed-off-by: Ilia Mirkin --- src/gallium/drivers/softpipe/sp_compute.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/softpipe/sp_compute.c b/src/gallium/drivers/softpipe/sp_compute.c index d5b5913..53f7a0b 100644 --- a/src/galli