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 662964 - asfdemux memleak
asfdemux memleak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-28 19:11 UTC by Nicola
Modified: 2011-10-29 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2011-10-28 19:11:02 UTC
==8859== 2,104 (136 direct, 1,968 indirect) bytes in 1 blocks are definitely lost in loss record 2,712 of 2,731
==8859==    at 0x4C28F9F: malloc (vg_replace_malloc.c:236)
==8859==    by 0x55BA682: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==8859==    by 0x55CF406: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==8859==    by 0x55CF6E5: g_slice_alloc0 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==8859==    by 0x514AEF8: g_type_create_instance (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3000.0)
==8859==    by 0x4E84091: gst_mini_object_new (gstminiobject.c:217)
==8859==    by 0x4E5F7A0: gst_buffer_new (gstbuffer.c:334)
==8859==    by 0x4E5F80C: gst_buffer_new_and_alloc (gstbuffer.c:364)
==8859==    by 0x4E6019F: gst_buffer_span (gstbuffer.c:715)
==8859==    by 0x4EBE808: gst_buffer_join (gstutils.c:2771)
==8859==    by 0x9FBB853: gst_asf_demux_parse_payload (asfpacket.c:398)
==8859==    by 0x9FBC3F6: gst_asf_demux_parse_packet (asfpacket.c:589)
==8859==    by 0x9FB94C4: gst_asf_demux_chain (gstasfdemux.c:1788)
==8859==    by 0x4E8ED49: gst_pad_push (gstpad.c:4708)
==8859==    by 0x93A23FB: gst_base_src_loop (gstbasesrc.c:2552)
==8859==    by 0x4EB5CF3: gst_task_func (gsttask.c:318)
==8859==    by 0x55DB7D7: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==8859==    by 0x55D92B5: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==8859==    by 0x586CEFB: start_thread (pthread_create.c:304)
==8859==    by 0x5B6389C: clone (clone.S:112)
Comment 1 Edward Hervey 2011-10-29 09:59:39 UTC
commit daecb7445672c1b334d64a701a20528dc305fe9e
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sat Oct 29 11:57:40 2011 +0200

    asfdemux: Don't leak pending payload buffers
    
    Fixes #662964