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 664548 - matroskaparse: memleak
matroskaparse: memleak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-22 09:40 UTC by Nicola
Modified: 2011-11-23 01:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2011-11-22 09:40:51 UTC
==9000== 4,368 (136 direct, 4,232 indirect) bytes in 1 blocks are definitely lost in loss record 2,702 of 2,710
==9000==    at 0x4C28F9F: malloc (vg_replace_malloc.c:236)
==9000==    by 0x55BA682: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==9000==    by 0x55CF406: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==9000==    by 0x55CF6E5: g_slice_alloc0 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==9000==    by 0x514AEF8: g_type_create_instance (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3000.0)
==9000==    by 0x4E83DB1: gst_mini_object_new (gstminiobject.c:217)
==9000==    by 0x4E5F9E0: gst_buffer_new (gstbuffer.c:334)
==9000==    by 0x4E6001F: gst_buffer_create_sub (gstbuffer.c:592)
==9000==    by 0x4E604FC: gst_buffer_span (gstbuffer.c:709)
==9000==    by 0x9FC9358: gst_matroska_parse_accumulate_streamheader (matroska-parse.c:2503)
==9000==    by 0x9FCE302: gst_matroska_parse_parse_id (matroska-parse.c:2666)
==9000==    by 0x9FCFB63: gst_matroska_parse_chain (matroska-parse.c:3062)
==9000==    by 0x4E8AF2C: gst_pad_push_data (gstpad.c:4288)
==9000==    by 0x4E8E9D5: gst_pad_push (gstpad.c:4747)
==9000==    by 0x93A31BB: gst_base_src_loop (gstbasesrc.c:2555)
==9000==    by 0x4EB5E83: gst_task_func (gsttask.c:318)
==9000==    by 0x55DB7D7: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==9000==    by 0x55D92B5: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==9000==    by 0x586CEFB: start_thread (pthread_create.c:304)
==9000==    by 0x5B6389C: clone (clone.S:112)
Comment 1 Tim-Philipp Müller 2011-11-23 01:03:14 UTC
commit 38c9fefa0127b4773b102c070af9e3e01d74264e
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Nov 23 00:57:39 2011 +0000

    tests: add basic unit test for matroskaparse

commit 80be58c4f586462b5d904fb4e7fdc5308e9d9d7d
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Nov 23 00:56:26 2011 +0000

    matroskaparse: don't leak stream headers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664548