Mercurial > dropbear
comparison cli-auth.c @ 114:2be6aa26a8c9
Leak found with MallocDebug - it's kinda useful
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 30 Aug 2004 15:02:45 +0000 |
parents | e3adf4cf5465 |
children | 0cfba3034be5 |
comparison
equal
deleted
inserted
replaced
113:775c6cbfe995 | 114:2be6aa26a8c9 |
---|---|
167 last loop, since it'll point to something | 167 last loop, since it'll point to something |
168 undefined */ | 168 undefined */ |
169 } | 169 } |
170 } | 170 } |
171 | 171 |
172 m_free(methods); | |
173 | |
172 cli_ses.state = USERAUTH_FAIL_RCVD; | 174 cli_ses.state = USERAUTH_FAIL_RCVD; |
173 | 175 |
174 TRACE(("leave recv_msg_userauth_failure")); | 176 TRACE(("leave recv_msg_userauth_failure")); |
175 } | 177 } |
176 | 178 |