[Bug 667419] matroskamux memleaks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 9 23:16:14 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667419
  GStreamer | gst-plugins-good | git

--- Comment #2 from Nicola <lists at svrinformatica.it> 2012-01-10 07:16:12 UTC ---
Only one of the 2 reported leaks is fixed, using the same pipeline valgrind
shows:

==2875== Searching for pointers to 2,727 not-freed blocks
==2875== Checked 9,179,256 bytes
==2875== 
==2875== 28 bytes in 1 blocks are definitely lost in loss record 1,081 of 2,186
==2875==    at 0x4C279F2: calloc (vg_replace_malloc.c:467)
==2875==    by 0x55BB6E9: g_malloc0 (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==2875==    by 0xA2FF7C9: gst_matroska_mux_video_pad_setcaps
(matroska-mux.c:1132)
==2875==    by 0x4E89AEE: gst_pad_set_caps (gstpad.c:2730)
==2875==    by 0x4E8B51F: gst_pad_push_data (gstpad.c:4247)
==2875==    by 0x4E8F095: gst_pad_push (gstpad.c:4730)
==2875==    by 0x9190C1D: gst_base_parse_push_frame (gstbaseparse.c:1993)
==2875==    by 0x9191C35: gst_base_parse_handle_and_push_frame.isra.9
(gstbaseparse.c:1770)
==2875==    by 0x9192A3C: gst_base_parse_chain (gstbaseparse.c:2493)
==2875==    by 0x4E8F1A9: gst_pad_push (gstpad.c:4710)
==2875==    by 0x93D767E: gst_gdp_depay_chain (gstgdpdepay.c:328)
==2875==    by 0x4E8F1A9: gst_pad_push (gstpad.c:4710)
==2875==    by 0x91A64CB: gst_base_src_loop (gstbasesrc.c:2559)
==2875==    by 0x4EB66E3: gst_task_func (gsttask.c:327)
==2875==    by 0x55DC7D7: ??? (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==2875==    by 0x55DA2B5: ??? (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0)
==2875==    by 0x586DEFB: start_thread (pthread_create.c:304)
==2875==    by 0x5B6489C: clone (clone.S:112)
==2875== 
==2875== LEAK SUMMARY:
==2875==    definitely lost: 28 bytes in 1 blocks
==2875==    indirectly lost: 240 bytes in 10 blocks
==2875==      possibly lost: 0 bytes in 0 blocks
==2875==    still reachable: 27,091 bytes in 526 blocks
==2875==         suppressed: 494,201 bytes in 2,190 blocks
==2875== Reachable blocks (those to which a pointer was found) are not shown.
==2875== To see them, rerun with: --leak-check=full --show-reachable=yes
==2875== 
==2875== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 195 from 153)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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