diff --git a/src/gssapi.c b/src/gssapi.c index cf42bbec..dc9ed2b5 100644 --- a/src/gssapi.c +++ b/src/gssapi.c @@ -243,6 +243,7 @@ ssh_gssapi_handle_userauth(ssh_session session, const char *user, /* Get the server supported oids */ rc = ssh_gssapi_server_oids(&supported); if (rc != SSH_OK) { + gss_release_oid_set(&min_stat, &both_supported); return SSH_ERROR; }