From b8b8e6b88f04c18b851884341ecfbbc132bed583 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Jun 2008 21:08:01 +0000 Subject: Split the D-Bus cleanup into two parts --- hcid/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/main.c') diff --git a/hcid/main.c b/hcid/main.c index b415d6e5..59db359e 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -943,6 +943,8 @@ int main(int argc, char *argv[]) g_main_loop_run(event_loop); + hcid_dbus_unregister(); + plugin_cleanup(); stop_sdp_server(); -- cgit