[Bug 755277] Memory leaks in rtptheoradepay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 20 01:14:22 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.6.0

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 905295ea34e441232171e462fb859f699e6a288f
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date:   Sat Sep 19 17:02:18 2015 +0200

    rtptheoradepay: Fix memory leaks

    The same memory leaks were fixed in identical fashion for
    vorbisdepay in 06efeff5d979576a252e5dae57f46d6445b1df12 in 2009.

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

commit 2d7bfc13141ad751e2de833b85efa11a2b8a52ef
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date:   Sat Sep 19 17:04:07 2015 +0200

    rtp{vorbis,theora}{pay,depay}: Cosmetic cleanup

    * use g_list_free_full(), don't iterate elements maually when freeing
    * call gst_rtp_*_pay_clear_packet(), don't duplicate its code
    * use gst_buffer_unref() to clarify that it is buffers being released,
      instead of refering directly to gst_mini_object_unref()

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

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