summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
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;
}