diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-30 15:02:45 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-30 15:02:45 +0000 |
commit | 15fb479e94513a37826aee67fbe9ba430835d320 (patch) | |
tree | 9e95fc9acd68a201d382ff838f4d63279b65e93b | |
parent | 0378cffafc259c7b9bf46314d30dd622e0f1261d (diff) |
Leak found with MallocDebug - it's kinda useful
--HG--
extra : convert_revision : 43fdd8b10616b9d5e11f677d16763c7a876a5ec3
-rw-r--r-- | cli-auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ void recv_msg_userauth_failure() { } } + m_free(methods); + cli_ses.state = USERAUTH_FAIL_RCVD; TRACE(("leave recv_msg_userauth_failure")); |