--- client/session.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/client/session.c b/client/session.c index d8e3bf2..ae7e213 100644 --- a/client/session.c +++ b/client/session.c @@ -241,9 +241,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); - } if (session->conn_system) dbus_connection_unref(session->conn_system); -- 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