[Bug 753088] decodebin: fix deadend_details string leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 5 10:38:51 PDT 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thiagossantos at gmail.com
         Resolution|---                         |FIXED

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Simplified it by just doing "|| res" instead of "|| res == TRUE" as res is a
boolean.

commit 0a3fe31f26d254a9570eb01f8e61468ba3014d53
Author: Vineeth TM <vineeth.tm at samsung.com>
Date:   Fri Jul 31 13:31:56 2015 +0900

    decodebin: fix deadend_details string leak

    deadend_details need not be returned when the pad is not a deadend.
    Hence checking if res value is TRUE and clearing the string instead of
    passing it on

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

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