[Bug 776334] New: Memory leak fixed in usage of gst_element_get_request() API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 21 04:40:44 UTC 2016


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

            Bug ID: 776334
           Summary: Memory leak fixed in usage of
                    gst_element_get_request() 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 342296
  --> https://bugzilla.gnome.org/attachment.cgi?id=342296&action=edit
Memory leak fixed in usage of gst_element_get_request() API

Memory leak fixed in usage of gst_element_get_request() API.

gst_element_get_request() returns requested GstPad which need to be released
after its usage.

Changes done in following file:
ext/resindvd/resindvdbin.c 
gst/sdp/gstsdpdemux.c 
sys/dvb/dvbbasebin.c

Added gst_object_unref() to release the memory.

Find 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