From b349c091ed2747c2af175ef0017d5eebb9f3fce3 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 26 Oct 2006 15:34:00 +0000 Subject: Send Release to all service agents before the hcid daemon exits --- hcid/dbus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus.c') diff --git a/hcid/dbus.c b/hcid/dbus.c index 0241f8ee..e38d82b2 100644 --- a/hcid/dbus.c +++ b/hcid/dbus.c @@ -1980,6 +1980,7 @@ void hcid_dbus_exit(void) return; release_default_agent(); + release_service_agents(connection); /* Unregister all paths in Adapter path hierarchy */ if (!dbus_connection_list_registered(connection, BASE_PATH, &children)) -- cgit