summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-09-26 22:12:17 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-09-26 22:12:17 +0000
commitc1974650eeb701b8303e0db6c3185266998e404c (patch)
tree8b209e53b431c64ff0e8bdf2c5978eac50624ca1 /ChangeLog
parent9ad0aafe37b87ddc5d9e885df481b2331fbc5597 (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08506a6d..71e8f7b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-09-26 John (J5) Palmieri <johnp@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@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