[Bug 674011] videopool: fix mem leak
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Apr 14 01:36:46 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=674011
GStreamer | gst-plugins-base | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |wim.taymans at gmail.com
Resolution| |FIXED
Target Milestone|HEAD |0.11.x
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2012-04-14 08:36:44 UTC ---
commit 3f3dceb6751d3047388f78ac6badd8168db7bac1
Author: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Date: Thu Apr 12 21:13:08 2012 +0200
videopool: fix mem leak
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()
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674011
--
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