[gstreamer-bugs] [Bug 560410] pulse plugin leaks memory

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 12 10:01:53 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=560410

  GStreamer | gst-plugins-good | Ver: 0.10.11

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #1 from Wim Taymans  2008-11-12 18:01 UTC -------
top is a very bad way to check for memory leaks.

That said, valgrind detects two suspicious leaks:

==24075== 51,292 (4,337 direct, 46,955 indirect) bytes in 38 blocks are
definitely lost in loss record 227 of 257
==24075==    at 0x4C265AE: malloc (vg_replace_malloc.c:207)
==24075==    by 0x6473452: g_malloc (gmem.c:131)
==24075==    by 0x6488EA7: g_slice_alloc (gslice.c:824)
==24075==    by 0x60168F9: g_value_array_new (gvaluearray.c:120)
==24075==    by 0x144F6F4D: gst_pulseprobe_get_values (pulseprobe.c:351)
==24075==    by 0x40357F: (within /usr/bin/gstreamer-properties)
==24075==    by 0x4040DE: (within /usr/bin/gstreamer-properties)
==24075==    by 0x404461: (within /usr/bin/gstreamer-properties)
==24075==    by 0x6B3D465: (below main) (in /lib/libc-2.8.90.so)
==24075== 

==24075== 64 bytes in 1 blocks are definitely lost in loss record 75 of 257
==24075==    at 0x4C24384: calloc (vg_replace_malloc.c:397)
==24075==    by 0x64733F9: g_malloc0 (gmem.c:151)
==24075==    by 0x5D5E0D3: gst_element_init (gstelement.c:274)
==24075==    by 0x6013DF0: g_type_create_instance (gtype.c:1666)
==24075==    by 0x5FF85CA: g_object_constructor (gobject.c:1334)
==24075==    by 0x5FF8C12: g_object_newv (gobject.c:1211)
==24075==    by 0x5FF9766: g_object_new_valist (gobject.c:1274)
==24075==    by 0x5FF98AB: g_object_new (gobject.c:1056)
==24075==    by 0x5D601C3: gst_element_factory_create (gstelementfactory.c:405)
==24075==    by 0x5D60A6E: gst_element_factory_make (gstelementfactory.c:474)
==24075==    by 0x5DAF1BE: _gst_parse_yyparse (grammar.y:568)
==24075==    by 0x5DB06E7: _gst_parse_launch (grammar.y:837)
==24075== 

presumable caused by gnome-properties not unreffing things.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=560410.




More information about the Gstreamer-bugs mailing list