Diff between 4364aa411da27ea5991c42f7d08c4ebabffce6c4 and 355637a057e59eb7b4044b0d75d48d7f52701a1a
Changed Files
| File | Additions | Deletions | Status |
| audio/gateway.c | +1 | -0 | modified |
Full Patch
diff --git a/audio/gateway.c b/audio/gateway.c
index 19c7ee3..1a1c035 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -186,6 +186,7 @@ static gboolean agent_sendfd(struct hf_agent *agent, int fd,
dbus_pending_call_set_notify(call, notify, dev, NULL);
dbus_pending_call_unref(call);
+ dbus_message_unref(msg);
return TRUE;
}