[Bug 776790] Fixed memory leak in gst module in usage of gst_pad_template_new() API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 10:04:31 UTC 2017


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.11.1

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, squashed this with the other patch:

commit 81b0a14d692bb679c5688ef597e5aab6f0ce7730
Author: Garima Gaur <garima.g at samsung.com>
Date:   Tue Jan 3 09:02:36 2017 +0530

    Fix some caps leaks in pad template creation code

    gst_pad_template_new() does not take ownership of
    the caps passed to it, so we need to unref the caps.

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

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