summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-02-16 12:57:26 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-02-16 12:57:26 +0000
commitbf07fc88a330061c59186bf4a11218b5d51aec6f (patch)
tree07420d47c9c30efe57903bd0295b08a920e90a1b /dbus/dbus-auth.c
parent50137daea3b57a6f862691dad4f412bcc041e9bb (diff)
2003-02-16 Anders Carlsson <andersca@codefactory.se>
* 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.
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r--dbus/dbus-auth.c2
1 files changed, 2 insertions, 0 deletions
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;
}