[Bug 776085] New: Fix memory leak in usage of gst_caps_new_simple API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 14 10:58:09 UTC 2016


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

            Bug ID: 776085
           Summary: Fix memory leak in usage of gst_caps_new_simple 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 341946
  --> https://bugzilla.gnome.org/attachment.cgi?id=341946&action=edit
Fix memory leak in usage of gst_caps_new_simple API

Fix memory leak in usage of gst_caps_new_simple API
gst_caps_new_simple() returns a newly allocated GstCaps which need to be freed
after the usage.

Applied Fix:
Added gst_caps_unref() to free the allocated memory.

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