summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-04-03 16:08:40 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2008-04-03 16:08:40 -0400
commitca87b90981e88623589b7d1d42ce5bafcb644213 (patch)
treeba0f6c2128fa83c1b6675ba906d912ca738257d2 /ChangeLog
parentb5818e619f6258cc6d530ee62e99bd019b6d069b (diff)
fix memleak due to autolaunch and recursive calls to _dbus_open_transport
* Patch from Sumit <sumitskj_20@yahoo.com>, comments added * dbus/dbus-transport.c(_dbus_transport_open): fix mem leak
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edca8110..5f9f4df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-03 John (J5) Palmieri <johnp@redhat.com>
+ Patch from Sumit <sumitskj_20@yahoo.com>, comments added
+
+ * dbus/dbus-transport.c(_dbus_transport_open): fix mem leak
+
+2008-04-03 John (J5) Palmieri <johnp@redhat.com>
+
* dbus/dbus-connection.c (dbus_connection_send): add documentation
to describe when to call dbus_connection_flush and
dbus_connection_unref after a call to dbus_connection_send is made