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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 05:28:19 UTC 2017


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

            Bug ID: 776790
           Summary: Fixed memory leak in gst module 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 342743
  --> https://bugzilla.gnome.org/attachment.cgi?id=342743&action=edit
Fixed memory leak in gst module 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