From 087140dfc4fef43a29e502e073f19d0c07c97fce Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 19 Apr 2005 03:35:26 +0000 Subject: 2005-04-18 David Zeuthen * glib/dbus-gmain.c (io_handler_destroy_source): (timeout_handler_destroy_source, connection_setup_free): Also unref the source to avoid memory leaks. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 486d57d2..ff548d35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-18 David Zeuthen + + * glib/dbus-gmain.c (io_handler_destroy_source): + (timeout_handler_destroy_source, connection_setup_free): + Also unref the source to avoid memory leaks. + 2005-04-13 David Zeuthen * bus/config-parser.c (bus_config_parser_new): Bump this to a -- cgit