dbus ChangeLog,1.899,1.900
John Palmieri
johnp at freedesktop.org
Mon Sep 26 15:12:20 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv31850
Modified Files:
ChangeLog
Log Message:
* dbus/Python.pyx: Fixed memory leaks when throwing errors.
We now copy the message from a DBusError and then free
the error object befor throwing the error
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -d -r1.899 -r1.900
--- ChangeLog 26 Sep 2005 18:49:53 -0000 1.899
+++ ChangeLog 26 Sep 2005 22:12:17 -0000 1.900
@@ -1,5 +1,11 @@
2005-09-26 John (J5) Palmieri <johnp at redhat.com>
+ * dbus/Python.pyx: Fixed memory leaks when throwing errors.
+ We now copy the message from a DBusError and then free
+ the error object befor throwing the error
+
+2005-09-26 John (J5) Palmieri <johnp at redhat.com>
+
* Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
- dbus/dbus-bus.c
(internal_bus_get): new method that take over the heavy lifting
More information about the dbus-commit
mailing list