[Bug 757454] New: avdemux: fix string memory leak
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Nov 1 17:20:07 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757454
Bug ID: 757454
Summary: avdemux: fix string memory leak
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-libav
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vineeth.tm at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
While doing ffmpeg demux init, found the below leak
==6704== 157 bytes in 31 blocks are definitely lost in loss record 3,292 of
3,774
==6704== at 0x402C17C: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==6704== by 0x41C9BE2: g_malloc (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==6704== by 0x41E1E1C: g_strdup (in
/lib/i386-linux-gnu/libglib-2.0.so.0.4002.0)
==6704== by 0x4A0556F: gst_ffmpegdemux_base_init (gstavdemux.c:193)
==6704== by 0x447FA3D: g_type_class_ref (in
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0.4002.0)
==6704== by 0x408D040: gst_element_register (gstelementfactory.c:243)
==6704== by 0x4A0AD7A: gst_ffmpegdemux_register (gstavdemux.c:2111)
==6704== by 0x49E80D0: plugin_init (gstav.c:134)
==6704== by 0x40B270D: gst_plugin_register_func (gstplugin.c:523)
==6704== by 0x40B4857: _priv_gst_plugin_load_file_for_registry
(gstplugin.c:826)
==6704== by 0x40B519E: gst_plugin_load_file (gstplugin.c:680)
==6704== by 0x40B771E: exchange_packets (gstpluginloader.c:727)
--
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