From 2b9c5ee4118473b5c24b186b6989215ee034c9dc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 12 Feb 2010 16:07:13 -0600 Subject: [PATCH] Fix: ofono_dbus_get_connection does not ref it --- plugins/hfp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/hfp.c b/plugins/hfp.c index 29a11f7..7b2005e 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -1023,8 +1023,6 @@ remove: g_dbus_remove_watch(connection, uuid_watch); g_hash_table_destroy(uuid_hash); - dbus_connection_unref(connection); - return err; } -- 2.7.4