[Bug 758207] New: debugutils: Fix string memory leak
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 16 16:18:14 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758207
Bug ID: 758207
Summary: debugutils: Fix string memory leak
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vineeth.tm at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
While trying to use dot file, found the below leak
==12574== 175 bytes in 2 blocks are definitely lost in loss record 14,923 of
15,836
==12574== at 0x402E324: realloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==12574== by 0x4B9F285: __vasprintf_chk (vasprintf_chk.c:88)
==12574== by 0x4A07689: g_vasprintf (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==12574== by 0x49E0FF2: g_strdup_vprintf (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==12574== by 0x49E1022: g_strdup_printf (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==12574== by 0x40F355C: debug_dump_get_object_params (gstdebugutils.c:155)
==12574== by 0x40F36F1: debug_dump_pad (gstdebugutils.c:201)
==12574== by 0x40F3BDB: debug_dump_element_pads.isra.0 (gstdebugutils.c:308)
==12574== by 0x40F4775: debug_dump_element (gstdebugutils.c:603)
==12574== by 0x40F4DC0: gst_debug_bin_to_dot_data (gstdebugutils.c:762)
==12574== by 0x40F4F67: gst_debug_bin_to_dot_file (gstdebugutils.c:804)
==12574== by 0x40F5230: gst_debug_bin_to_dot_file_with_ts
(gstdebugutils.c:851)
--
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