diff options
-rw-r--r-- | crypto/openssh/auth2-pam-freebsd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssh/auth2-pam-freebsd.c b/crypto/openssh/auth2-pam-freebsd.c index 3653f65..a0dd88b 100644 --- a/crypto/openssh/auth2-pam-freebsd.c +++ b/crypto/openssh/auth2-pam-freebsd.c @@ -169,8 +169,6 @@ pam_thread_conv(int n, buffer_free(&buffer); return (PAM_SUCCESS); fail: - while (i) - xfree(resp[--i]); xfree(*resp); *resp = NULL; buffer_free(&buffer); @@ -571,8 +569,6 @@ pam_chauthtok_conv(int n, } return (PAM_SUCCESS); fail: - while (i) - xfree(resp[--i]); xfree(*resp); *resp = NULL; return (PAM_CONV_ERR); |