diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-09-26 22:12:17 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-09-26 22:12:17 +0000 |
commit | c1974650eeb701b8303e0db6c3185266998e404c (patch) | |
tree | 8b209e53b431c64ff0e8bdf2c5978eac50624ca1 /ChangeLog | |
parent | 9ad0aafe37b87ddc5d9e885df481b2331fbc5597 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |