Maemo: Properly unregister the RPC callbacks.

This commit is contained in:
Tobias Brunner
2010-10-14 17:36:19 +02:00
parent 9f01ba4044
commit 6f59971371
2 changed files with 24 additions and 22 deletions
@@ -318,6 +318,12 @@ METHOD(maemo_service_t, destroy, void,
}
if (this->context)
{
osso_rpc_unset_cb_f(this->context,
OSSO_CHARON_SERVICE,
OSSO_CHARON_OBJECT,
OSSO_CHARON_IFACE,
(osso_rpc_cb_f*)dbus_req_handler,
this);
osso_deinitialize(this->context);
}
charon->bus->remove_listener(charon->bus, &this->public.listener);