http://bugzilla.novell.com/show_bug.cgi?id=525317 Summary: giflib-4.1.6-11.4: 2 * memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package giflib-4.1.6-11.46 For source code file giflib-4.1.6/util/gif2epsn.c around line 380 is the source code for the function DumpScreen2Epsn. I notice the following code if ((EpsonBuffer = (GifByteType *) malloc(ScreenWidth)) == NULL) but no corresponding calls to free. This looks like a memory leak to me. Suggest add calls to free to close the leak. Similar problems with local variable DitherBuffer in the same function. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.