[Bug 752206] New: element: pad leak during failures.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 9 23:36:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752206
Bug ID: 752206
Summary: element: pad leak during failures.
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: ---
In case of gst_element_add_pad
when the pad being added already has a parent or same name already exists,
it fails, but gst_element_add_pad is supposed to take the reference of the
buffer and the caller assumes so, which will lead to leaking of pad.
unref'ing the pad on failures.
--
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