module-dbus-connection: fix GCancellable leak
wp_dbus_connection_disable()
creates a new GCancellable
object at the end, which is never freed if the GObject
is then destroyed. To fix this, override finalize()
and
clear everything there as well.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
wp_dbus_connection_disable()
creates a new GCancellable
object at the end, which is never freed if the GObject
is then destroyed. To fix this, override finalize()
and
clear everything there as well.