From bf07fc88a330061c59186bf4a11218b5d51aec6f Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sun, 16 Feb 2003 12:57:26 +0000 Subject: 2003-02-16 Anders Carlsson * dbus/dbus-auth.c: (client_try_next_mechanism): Plug a leak. * dbus/dbus-threads.c: (dbus_condvar_wait_timeout): Return TRUE if there's no thread implementation around. * glib/dbus-gmain.c: (free_source), (dbus_connection_hookup_with_g_main): Make sure to remove the GSource when the connection is finalized. --- dbus/dbus-auth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus/dbus-auth.c') diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 8125a8ed..dca83ba3 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -939,6 +939,8 @@ client_try_next_mechanism (DBusAuth *auth) _dbus_verbose ("Trying mechanism %s\n", auth->mech->mechanism); + _dbus_string_free (&auth_command); + return TRUE; } -- cgit