From 6bfa88d706cc57a0c975c980dabec5d8ed67dcc0 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 12 Mar 2008 21:37:20 +0000 Subject: Keep a list of device's structure pointers instead of paths --- hcid/dbus-common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hcid/dbus-common.c') diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c index 31a9c0c7..166d7184 100644 --- a/hcid/dbus-common.c +++ b/hcid/dbus-common.c @@ -306,8 +306,6 @@ void hcid_dbus_exit(void) release_default_auth_agent(); release_services(conn); - device_cleanup(); - /* Unregister all paths in Adapter path hierarchy */ if (!dbus_connection_list_registered(conn, BASE_PATH, &children)) goto done; -- cgit