[Bug 741993] souphttpsrc memleak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 30 07:27:25 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741993
  GStreamer | gst-plugins-good | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-30 15:27:23 UTC ---
This might be fixed by this commit, please test :)

commit bbcfc3b9e632f490880a68397078bf1b998d499d
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 30 16:26:58 2014 +0100

    souphttpsrc: Don't return a buffer when returning not GST_FLOW_OK

    basesrc assumes that we don't return a buffer if
    something else than OK is returned. It will just
    leak any buffer we might accidentially provide
    here.

    This can potentially happen during flushing.

    Maybe fixes https://bugzilla.gnome.org/show_bug.cgi?id=741993

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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