diff options
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r-- | dbus/dbus-auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 9e2b1d95..8f8aec44 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -1665,6 +1665,7 @@ process_command (DBusAuth *auth) if (!_dbus_string_init (&args, _DBUS_INT_MAX)) { + _dbus_string_free (&command); auth->needed_memory = TRUE; return FALSE; } |