GNOME Bugzilla – Bug 768739
tests: fix bus leaks in -good tests
Last modified: 2016-07-18 09:58:15 UTC
GstBus wasn't properly tracked by the leaks tracer (bug #768141) so I missed a few leaks when I did my last round of testing in -good.
Created attachment 331357 [details] [review] audiofirfilter: fix bus leak in test gst_bus_add_signal_watch() takes a ref on the bus which should be released using gst_bus_remove_signal_watch().
Created attachment 331358 [details] [review] audioiirfilter: fix bus leak in test gst_bus_add_signal_watch() takes a ref on the bus which should be released using gst_bus_remove_signal_watch().
Created attachment 331359 [details] [review] effectv: fix bus leak in test gst_bus_add_signal_watch() takes a ref on the bus which should be released using gst_bus_remove_signal_watch().
Created attachment 331360 [details] [review] qtdemux: fix element and pad leak in test
Created attachment 331361 [details] [review] rtp-payloading: fix bus leak in test gst_bus_add_watch() takes a ref on the bus which should be released using gst_bus_remove_watch().
Created attachment 331362 [details] [review] videobox: fix bus leak in test gst_bus_add_watch() takes a ref on the bus which should be released using gst_bus_remove_watch().
Thanks! commit 7da2bac2e336521238121bbe04251df7413f81f7 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Jul 12 17:30:56 2016 +0200 tests: qtdemux: fix element and pad leak https://bugzilla.gnome.org/show_bug.cgi?id=768739 commit 94232da66554cc78029cdaffb059c0fa2e192475 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Jul 12 16:45:36 2016 +0200 tests: fix bus leaks gst_bus_add_signal_watch() takes a ref on the bus which should be released using gst_bus_remove_signal_watch(). https://bugzilla.gnome.org/show_bug.cgi?id=768739