GNOME Bugzilla – Bug 159575
mem leak
Last modified: 2005-03-21 21:11:37 UTC
a small mem leak: it looks like dk_pixbuf_format_get_name returns a newly allocated string... ==9333== 454 bytes in 40 blocks are definitely lost in loss record 118 of 179 ==9333== at 0x3C01E31B: malloc (vg_replace_malloc.c:105) ==9333== by 0x3C9B00D6: IA__g_malloc (gmem.c:137) ==9333== by 0x3C9BFE78: IA__g_strdup (gstrfuncs.c:90) ==9333== by 0x3C8C6184: IA__gdk_pixbuf_format_get_name (gdk-pixbuf-io.c:1792) ==9333== by 0x8061A90: real_image_load (eog-image.c:859)
Created attachment 34164 [details] [review] proposed patch
Applied to head, thanks.