[Bug 776787] New: Fixed memory leak in usage of gst_pad_template_new() API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 03:44:40 UTC 2017


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

            Bug ID: 776787
           Summary: Fixed memory leak in usage of gst_pad_template_new()
                    API
    Classification: Platform
           Product: GStreamer
           Version: 1.9.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: garima.g at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 342741
  --> https://bugzilla.gnome.org/attachment.cgi?id=342741&action=edit
Fixed memory leak in usage of gst_pad_template_new() API

The last argument to gst_pad_template_new() is not freed.

Added gst_caps_unref() to free the allocated memory.

Please review the attached patch.

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