After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 168134 - [PATCH] [gdkpixbufscale] Memory leak
[PATCH] [gdkpixbufscale] Memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-22 10:18 UTC by Luca Ognibene
Modified: 2005-02-22 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
free gst_caps_to_string :) (750 bytes, patch)
2005-02-22 10:19 UTC, Luca Ognibene
none Details | Review

Description Luca Ognibene 2005-02-22 10:18:45 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
Comment 1 Luca Ognibene 2005-02-22 10:19:08 UTC
Created attachment 37768 [details] [review]
free gst_caps_to_string :)
Comment 2 Tim-Philipp Müller 2005-02-22 12:04:43 UTC
Applied, thanks.

Cheers
 -Tim