[Gstreamer-bugs] [Bug 142273] New: - Leak in gst_pad_event_default_dispatch
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Mon May 10 07:20:45 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=142273
GStreamer | gstreamer (core) | Ver: 0.8.1
Summary: Leak in gst_pad_event_default_dispatch
Product: GStreamer
Version: 0.8.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: francis_labonte at hotmail.com
QAContact: gstreamer-maint at bugzilla.gnome.org
When an element send GST_ELEMENT_ERROR, some other element may be destroy
before they come back from pad_push.
In the actual case (in gst_pad_event_default_dispatch function), the call to
pad_push never come back and since an event is ref before calling pad_push,
there is a leak.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list