summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-common.c')
-rw-r--r--hcid/dbus-common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c
index 233bab27..6028bc78 100644
--- a/hcid/dbus-common.c
+++ b/hcid/dbus-common.c
@@ -282,6 +282,8 @@ void hcid_dbus_exit(void)
release_default_auth_agent();
release_services(conn);
+ database_cleanup(conn, BASE_PATH);
+
/* Unregister all paths in Adapter path hierarchy */
if (!dbus_connection_list_registered(conn, BASE_PATH, &children))
goto done;