Re: [Mesa-dev] [PATCH] pp: Reorder calloc to avoid memory leak on error path.

2011-11-04 Thread Brian Paul
On 11/03/2011 10:00 PM, Vinson Lee wrote: Fixes Coverity resource leak defect. --- src/gallium/auxiliary/postprocess/pp_mlaa.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/postprocess/pp_mlaa.c

[Mesa-dev] [PATCH] pp: Reorder calloc to avoid memory leak on error path.

2011-11-03 Thread Vinson Lee
Fixes Coverity resource leak defect. --- src/gallium/auxiliary/postprocess/pp_mlaa.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/postprocess/pp_mlaa.c b/src/gallium/auxiliary/postprocess/pp_mlaa.c index f514e69..51bc02e 100644 ---