mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 05:18:00 +02:00
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:
parent
52907e3a8a
commit
91605d6899
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue