[Bug 761070] h265parse: Fix buffer memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jan 24 19:07:07 PST 2016


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

--- Comment #1 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 319644
  --> https://bugzilla.gnome.org/attachment.cgi?id=319644&action=edit
fix buffer leak

Fix for the below leak

==31311== 202 bytes in 1 blocks are definitely lost in loss record 3,929 of
4,058
==31311==    at 0x402C17C: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==31311==    by 0x425EBE2: g_malloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==31311==    by 0x4275281: g_slice_alloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==31311==    by 0x409DF03: _sysmem_new_block (gstallocator.c:414)
==31311==    by 0x409E5DA: gst_allocator_alloc (gstallocator.c:311)
==31311==    by 0x40AA405: gst_buffer_new_allocate (gstbuffer.c:755)
==31311==    by 0x718A63C: qtdemux_parse_tree (qtdemux.c:9151)
==31311==    by 0x718FBA8: gst_qtdemux_loop_state_header (qtdemux.c:3885)
==31311==    by 0x7193FB0: gst_qtdemux_loop (qtdemux.c:5287)
==31311==    by 0x411BC68: gst_task_func (gsttask.c:331)
==31311==    by 0x411CE0E: default_func (gsttaskpool.c:68)
==31311==    by 0x4280404: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==31311==    by 0x427F9A9: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==31311==    by 0x4324F6F: start_thread (pthread_create.c:312)
==31311==    by 0x4426BED: clone (clone.S:129)

-- 
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