dbus ChangeLog,1.729,1.730

Joe Shaw joe at freedesktop.org
Fri Mar 11 09:43:24 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv11501

Modified Files:
	ChangeLog 
Log Message:
2005-03-11  Joe Shaw  <joeshaw at novell.com>

	* 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.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.729
retrieving revision 1.730
diff -u -d -r1.729 -r1.730
--- ChangeLog	9 Mar 2005 17:30:38 -0000	1.729
+++ ChangeLog	11 Mar 2005 17:43:22 -0000	1.730
@@ -1,3 +1,10 @@
+2005-03-11  Joe Shaw  <joeshaw at novell.com>
+
+	* 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  <joeshaw at novell.com>
 
 	* dbus/dbus-object-tree.c



More information about the dbus-commit mailing list