From 6f599713713813cb7636f3b43c88484660f8eef0 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 30 Sep 2010 13:43:58 +0200 Subject: Maemo: Properly unregister the RPC callbacks. --- src/libcharon/plugins/maemo/maemo_service.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/libcharon/plugins/maemo/maemo_service.c') diff --git a/src/libcharon/plugins/maemo/maemo_service.c b/src/libcharon/plugins/maemo/maemo_service.c index ad150d7f8..3dc61292e 100644 --- a/src/libcharon/plugins/maemo/maemo_service.c +++ b/src/libcharon/plugins/maemo/maemo_service.c @@ -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); -- cgit v1.2.3