GNOME Bugzilla – Bug 756208
pad: memory leak when pushing events to an EOS pad
Last modified: 2015-10-08 14:09:49 UTC
when pushing an event to a pad that is EOS, the event should be unreffed. But with the changes from ce7ce2d86697cf8373b02fae8a93892c154bc227 it no longer is and the event leaks.
Created attachment 312858 [details] [review] proposed patch
commit 224da699a9d8e6b75d90893ee41b825cd6786357 Author: Florin Apostol <florin.apostol@oregan.net> Date: Wed Oct 7 22:55:44 2015 +0100 pad: fix memory leak when sending events to an EOS pad https://bugzilla.gnome.org/show_bug.cgi?id=756208
As this bug existed in 1.6, shouldn't the fix target be a 1.6.x release?
This leak was introduced as part of the GstTracer commits, no? Shouldn't be in 1.6 then