[Bug 756799] New: auparse: fix event leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 18 23:50:41 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=756799

            Bug ID: 756799
           Summary: auparse: fix event leak
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Events are supposed to be either passed on or handled and freed. This is not
being done in auparse resulting in leaks

==3074== 364 (16 direct, 348 indirect) bytes in 1 blocks are definitely lost in
loss record 4,780 of 4,911
==3074==    at 0x402C17C: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==3074==    by 0x434CBE2: g_malloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==3074==    by 0x4363281: g_slice_alloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==3074==    by 0x41FD0A1: gst_structure_new_id_empty_with_size
(gststructure.c:145)
==3074==    by 0x41FF637: gst_structure_new_id (gststructure.c:750)
==3074==    by 0x41C21EB: gst_event_new_seek (gstevent.c:1149)
==3074==    by 0x804B511: play_do_seek (gst-play.c:816)
==3074==    by 0x804B838: play_set_rate_and_trick_mode (gst-play.c:766)
==3074==    by 0x804B855: play_set_playback_rate (gst-play.c:832)
==3074==    by 0x804CB2F: gst_play_kb_io_cb (gst-play-kb.c:63)
==3074==    by 0x438CDE4: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==3074==    by 0x43470A6: g_main_context_dispatch (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list