http://bugzilla.novell.com/show_bug.cgi?id=526269 Summary: jack-rack-1.4.7-115.3: 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 jack-rack-1.4.7-115.3 For source code file jack-rack-1.4.7/src/plugin.c around line 490 is the source code for the function plugin_new. I notice the following line of code instances = g_malloc (sizeof (LADSPA_Handle) * copies); but no matching call to any free function. This looks like a memory leak to me. Suggest add call to g_free or something similar. -- 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.