GNOME Bugzilla – Bug 572766
gst.Bus.set_sync_handler() leaks and can't be unset
Last modified: 2010-07-14 22:18:42 UTC
Calling gst.Bus.set_sync_handler() causes a leak on the callback and the arguments passed. We should maybe use a closure system for this.
The leak was fixed ages ago by commit 0fd4db686bd569c1751b94e4e6c078b31c35f017 Author: Alessandro Decina <alessandro.decina@collabora.co.uk> Date: Tue Mar 17 15:03:09 2009 +0100 gstbus: fix refcounting in gst.Bus.set_sync_handler.