2004-05-17 Olivier Andrieu <oliv__a@users.sourceforge.net>

* dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
	leak.
This commit is contained in:
Olivier Andrieu 2004-05-17 09:43:24 +00:00
parent 52907e3a8a
commit 91605d6899
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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);