Bug 7077

Summary: Memory leak in s_read_pix.c: convImage
Product: Mesa Reporter: Stefan Rank <stefan.rank>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: 6.5   
Hardware: x86 (IA32)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

Description Stefan Rank 2006-05-30 11:04:34 UTC
s_readpix.c line 360

         src += width * 4;
      }
>       _mesa_free(convImage);
   }
   else {
      /* no convolution */
Comment 1 Brian Paul 2006-05-30 15:00:06 UTC
I've checked in the fix to CVS.  Thanks.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.