Fix: ofono_dbus_get_connection does not ref it
authorDenis Kenzior <denkenz@gmail.com>
Fri, 12 Feb 2010 22:07:13 +0000 (16:07 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 12 Feb 2010 22:07:13 +0000 (16:07 -0600)
plugins/hfp.c

index 29a11f7..7b2005e 100644 (file)
@@ -1023,8 +1023,6 @@ remove:
        g_dbus_remove_watch(connection, uuid_watch);
        g_hash_table_destroy(uuid_hash);
 
-       dbus_connection_unref(connection);
-
        return err;
 }