http://bugzilla.novell.com/show_bug.cgi?id=540416 Summary: libgnomeprint-2.18.6-1.32: 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: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package libgnomeprint-2.18.6-1.32 For source code file libgnomeprint-2.18.6/libgnomeprint/gnome-fontmap.c around line 190, function fcpattern_to_gp_font_entry is the following code dup_fc_style = (FcChar8*) g_strdup ("Bold Italic"); but I fail to detect a matching call to free. This looks like a memory leak to me. Suggest add call to free near the end of the 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.