[Bug 674011] New: videopool: fix mem leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 12 12:24:02 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674011
  GStreamer | gst-plugins-base | git

           Summary: videopool: fix mem leak
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vjaquez at igalia.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When setting its config, the pool increase the ref count of the allocator, but
at finalize the ref count is also increased rather than decreased.

This one-liner patch changes the gst_allocator_ref() for gst_allocator_unref()

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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