[Bug 775553] playback: Fix leak on select_streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 31 15:48:53 UTC 2017


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bilboed at bilboed.com
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.11.2

--- Comment #5 from Edward Hervey <bilboed at bilboed.com> ---
commit e6ee68a34f22f2b66e289e8bfe8fbc620b7110fa
Author: Seungha Yang <sh.yang at lge.com>
Date:   Sat Dec 3 13:38:28 2016 +0900

    decodebin3: Fix list leak on handle_stream_switch()

    Free no more used list variables

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

commit 44bc10219cfddc574f374824d6b7f12ca990074d
Author: Seungha Yang <sh.yang at lge.com>
Date:   Sat Dec 3 13:22:54 2016 +0900

    decodebin3: Change requested_selection to have its own memory for stream-id

    "requested_selection" list might be generated by select-streams event.
    And memory of stream-id(s) in select-streams is independent from that of
stream-collection.

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

commit 30fe123fdb9845dec438b3c8c6c54eb3b8b03db2
Author: Seungha Yang <sh.yang at lge.com>
Date:   Sat Dec 3 12:47:41 2016 +0900

    decodebin3: Change return types of stream_in_{list,collection}

    Change return types of functions to get memory address of stream-id.

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

commit 10fe0497b2f989ed6e413d65dcc06b6ee3c539fe
Author: Seungha Yang <sh.yang at lge.com>
Date:   Sat Dec 3 12:43:22 2016 +0900

    playback: Fix leak on select_streams

    Since gst_event_parse_select_streams() returns newly allocated
    memory for stream-id(s), it should be freed explicitly.

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

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