--- client/session.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/client/session.c b/client/session.c index 266d00c..825bee7 100644 --- a/client/session.c +++ b/client/session.c @@ -197,9 +197,8 @@ static void session_free(struct session_data *session) if (session->path) session_unregistered(session); - if (session->conn) { + if (session->conn) dbus_connection_unref(session->conn); - } sessions = g_slist_remove(sessions, session); -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html