From ca87b90981e88623589b7d1d42ce5bafcb644213 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 3 Apr 2008 16:08:40 -0400 Subject: fix memleak due to autolaunch and recursive calls to _dbus_open_transport * Patch from Sumit , comments added * dbus/dbus-transport.c(_dbus_transport_open): fix mem leak --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edca8110..5f9f4df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-03 John (J5) Palmieri + + Patch from Sumit , comments added + + * dbus/dbus-transport.c(_dbus_transport_open): fix mem leak + 2008-04-03 John (J5) Palmieri * dbus/dbus-connection.c (dbus_connection_send): add documentation -- cgit