Leak found with MallocDebug - it's kinda useful

--HG--
extra : convert_revision : 43fdd8b10616b9d5e11f677d16763c7a876a5ec3
This commit is contained in:
Matt Johnston 2004-08-30 15:02:45 +00:00
parent 0378cffafc
commit 15fb479e94

View File

@ -169,6 +169,8 @@ void recv_msg_userauth_failure() {
}
}
m_free(methods);
cli_ses.state = USERAUTH_FAIL_RCVD;
TRACE(("leave recv_msg_userauth_failure"));