[Bug 756231] mpegaudioparse: Fix buffer memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 11 18:52:40 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=756231

Vineeth <vineeth.tm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #312890|needs-work                  |none
             status|                            |
 Attachment #312890|0                           |1
        is obsolete|                            |

--- Comment #3 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 313091
  --> https://bugzilla.gnome.org/attachment.cgi?id=313091&action=edit
fix buffer leak

In all the cases, goto cleanup works.
It was working previously because,  return FALSE is nothing but return
GST_FLOW_OK. So goto cleanup also does the same, but in addition takes care of
cleaning up the buffer

-- 
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