http://bugzilla.novell.com/show_bug.cgi?id=525327 Summary: gok-2.27.2-1.6: 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 gok-2.27.2-1.6 For source code file gok-2.27.2/gok/gok-scanner.c around line 1320 is the source code for the function gok_scanner_read_effects. I notice the following lines of code Param1 = g_strdup ((gchar *)pStringAttributeValue); and Param2 = g_strdup ((gchar *)pStringAttributeValue); but no corresponding calls to any functions to free this memory. This looks like a memory leak to me. Suggest code rework. -- 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.