[Bug 765961] Fix element leak in gstutils.c:find_common_root()
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 4 08:35:04 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765961
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #327271|none |reviewed
status| |
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 327271:
--> (https://bugzilla.gnome.org/review?bug=765961&attachment=327271)
::: gst/gstutils.c
@@ +1364,3 @@
return root;
}
+ gst_object_unref (root);
Isn't it also leaking root a few lines below when setting root = kid1?
--
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