[Bug 776700] Fixed memory leak in usage of gst_pad_template_new() API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 2 12:43:15 UTC 2017


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

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> ---
gst_pad_template_new() does not take ownership of the caps argument, so the
caps need to be freed.

Thanks for the patch. I have fixed some indentation issues with it with
gst-indent.

commit 14dc964f0e4526a842a245fdb86b98985bb12e3f
Author: Garima Gaur <garima.g at samsung.com>
Date:   Mon Jan 2 09:06:09 2017 +0530

    Fix some caps leaks when creating pad templates

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

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