Re: [Mesa-dev] [PATCH] Fix generate_mipmap_compressed memory leaks.

2013-07-26 Thread Brian Paul
On 07/25/2013 11:30 PM, Vinson Lee wrote: Fixes "Resource leak" defects reported by Coverity. Signed-off-by: Vinson Lee --- src/mesa/main/mipmap.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 5839632..0ef6536 100644 --- a/src/m

[Mesa-dev] [PATCH] Fix generate_mipmap_compressed memory leaks.

2013-07-25 Thread Vinson Lee
Fixes "Resource leak" defects reported by Coverity. Signed-off-by: Vinson Lee --- src/mesa/main/mipmap.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 5839632..0ef6536 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c