summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-02-12 16:07:13 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-02-12 16:07:13 -0600
commit2b9c5ee4118473b5c24b186b6989215ee034c9dc (patch)
treeef1c33dd96df4561bdac0736ebd4fae01cc8ff0e
parent103a5fdfcbfa707ebf6c5ad9fd64e318364725f9 (diff)
downloadofono-2b9c5ee4118473b5c24b186b6989215ee034c9dc.tar.bz2
Fix: ofono_dbus_get_connection does not ref it
-rw-r--r--plugins/hfp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c
index 29a11f76..7b2005ef 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;
}