[gstreamer-bugs] [Bug 407057] New: [wavparse] leaks contents of every buffer pushed when in push mode
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Feb 12 05:29:49 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=407057
GStreamer | gst-plugins-good | Ver: HEAD CVS
Summary: [wavparse] leaks contents of every buffer pushed when in
push mode
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jonathan at kaolin.wh9.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
wavparse does this in push mode:
GST_BUFFER_DATA (buffer) = gst_adapter_take (wav->adapter, n);
without also setting GST_BUFFER_MALLOCDATA(), so it leaks the data. The buffer
object created in gst_wavparse_stream_init() is also leaked.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list