2004-05-17 Olivier Andrieu <oliv__a@users.sourceforge.net>
authorOlivier Andrieu <oliv__a@users.sourceforge.net>
Mon, 17 May 2004 09:43:24 +0000 (09:43 +0000)
committerOlivier Andrieu <oliv__a@users.sourceforge.net>
Mon, 17 May 2004 09:43:24 +0000 (09:43 +0000)
* dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
leak.

ChangeLog
dbus/dbus-connection.c

index b56b77b..eb6adc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
+
+       * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
+       leak.
+
 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
 
        * mono/dbus-sharp.dll.config.in: Added for GAC
index 2974c59..524cef6 100644 (file)
@@ -1809,7 +1809,6 @@ check_for_reply_unlocked (DBusConnection *connection,
        {
          _dbus_list_remove_link (&connection->incoming_messages, link);
          connection->n_incoming  -= 1;
-         dbus_message_ref (reply);
          return reply;
        }
       link = _dbus_list_get_next_link (&connection->incoming_messages, link);