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.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c
index 032e49a8..dc73652b 100644
--- a/dbus/dbus-auth.c
+++ b/dbus/dbus-auth.c
@@ -714,7 +714,11 @@ process_auth (DBusAuth *auth,
if (!send_mechanisms (auth))
return FALSE;
}
-
+
+ _dbus_string_free (&mech);
+ _dbus_string_free (&base64_response);
+ _dbus_string_free (&decoded_response);
+
return TRUE;
failed:
@@ -1264,7 +1268,8 @@ _dbus_auth_unref (DBusAuth *auth)
{
_dbus_list_clear (& DBUS_AUTH_CLIENT (auth)->mechs_to_try);
}
-
+
+ _dbus_string_free (&auth->identity);
_dbus_string_free (&auth->incoming);
_dbus_string_free (&auth->outgoing);
dbus_free (auth);