Bug 7077 - Memory leak in s_read_pix.c: convImage
Summary: Memory leak in s_read_pix.c: convImage
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 6.5
Hardware: x86 (IA32) Windows (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 11:04 UTC by Stefan Rank
Modified: 2006-05-30 15:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.