From 338efa13d4061418c89faeeae4dca74d8519e5d4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 20 Jan 2013 16:13:31 -0800 Subject: [PATCH] core: Keep the DBusConnection around for device handling It is required to have the connection around so device objects can be deregistered. This happens triggered from the adapter handling. --- src/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device.c b/src/device.c index a760f786e..53866de1c 100644 --- a/src/device.c +++ b/src/device.c @@ -4134,5 +4134,4 @@ void btd_device_init(void) void btd_device_cleanup(void) { - dbus_conn = NULL; } -- 2.47.3