From 3c1d2d65654f92f24d3e5c9c5b88d76a10f72822 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Fri, 11 Mar 2005 17:43:22 +0000 Subject: 2005-03-11 Joe Shaw * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove this unref; it doesn't match up evenly in some codepaths. (_dbus_connection_block_pending_call): Unref at every exitpoint; this evenly matches with the ref near the top of this function. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c59cab9d..0a7131a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-11 Joe Shaw + + * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove + this unref; it doesn't match up evenly in some codepaths. + (_dbus_connection_block_pending_call): Unref at every exitpoint; + this evenly matches with the ref near the top of this function. + 2005-03-09 Joe Shaw * dbus/dbus-object-tree.c -- cgit