GNOME Bugzilla – Bug 168134
[PATCH] [gdkpixbufscale] Memory leak
Last modified: 2005-02-22 12:04:43 UTC
luogni@shinji:~$ valgrind --num-callers=10 --leak-check=yes gst-launch-0.8 videotestsrc ! video/x-raw-rgb,width=320,height=240 ! ffmpegcolorspace ! gdkpixbufscale ! video/x-raw-rgb, width=640,height=480 ! fakesink ==24109== 15296 bytes in 59 blocks are definitely lost in loss record 84 of 99 ==24109== at 0x1B9059FF: realloc (vg_replace_malloc.c:197) ==24109== by 0x1B970960: g_realloc (gmem.c:170) ==24109== by 0x1B9833D8: ??? (gstring.c:239) ==24109== by 0x1B983998: g_string_insert_len (gstring.c:479) ==24109== by 0x1B983B72: g_string_append (gstring.c:505) ==24109== by 0x1BB6AC3F: gst_caps_to_string (gstcaps.c:1384) ==24109== by 0x1CDCE45C: gst_pixbufscale_link (pixbufscale.c:232) ==24109== by 0x1BB81066: gst_pad_link_call_link_functions (gstpad.c:1328) ==24109== by 0x1BB8157A: gst_pad_link_try (gstpad.c:1410) ==24109== by 0x1BB74CC1: gst_element_negotiate_pads
Created attachment 37768 [details] [review] free gst_caps_to_string :)
Applied, thanks. Cheers -Tim