Diff between 9d13a70842cf4c23d2e4c4f50a9a402748b99c94 and a5524f59240c392ef452ea657e80ec087b179119
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/bluetooth.c | +2 | -0 | modified |
Full Patch
diff --git a/obexd/client/bluetooth.c b/obexd/client/bluetooth.c
index 56f80fe..0d91ea1 100644
--- a/obexd/client/bluetooth.c
+++ b/obexd/client/bluetooth.c
@@ -116,6 +116,8 @@ static int send_method_call(struct bluetooth_session *session,
session->pending_calls = g_slist_prepend(session->pending_calls, call);
+ dbus_message_unref(msg);
+
return 0;
}