Remove bogus calls to xfree().
This commit is contained in:
parent
3fbbaabe4a
commit
b584000fa2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user