Diff between 8f29e8c2f199c7d0723ccd16cda0aab5a24c3ad9 and c3d86fec64a5ce8225bb14e9d0094c58f23d59be

Changed Files

File Additions Deletions Status
obexd/src/manager.c +2 -0 modified

Full Patch

diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 2c84680..8c14061 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -481,6 +481,8 @@ static gboolean auth_error(GIOChannel *io, GIOCondition cond,
 
 	dbus_connection_send_with_reply(connection, msg, NULL, -1);
 
+	dbus_message_unref(msg);
+
 	return FALSE;
 }