--- audio/gateway.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/audio/gateway.c b/audio/gateway.c index 131f93f..19f8ce3 100644 --- a/audio/gateway.c +++ b/audio/gateway.c @@ -182,8 +182,11 @@ static gboolean agent_sendfd(struct hf_agent *agent, int fd, DBUS_TYPE_UINT16, &gw->version, DBUS_TYPE_INVALID); - if (dbus_connection_send_with_reply(dev->conn, msg, &call, -1) == FALSE) + if (dbus_connection_send_with_reply(dev->conn, msg, + &call, -1) == FALSE) { + dbus_message_unref(msg); return FALSE; + } dbus_pending_call_set_notify(call, notify, dev, NULL); dbus_pending_call_unref(call); -- 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