summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-30 15:02:45 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-30 15:02:45 +0000
commitcf67e3c5c011a2b3f584a7835b1b1d2f801eda32 (patch)
tree9e95fc9acd68a201d382ff838f4d63279b65e93b
parent86fc0043a94a1ca46ba7d49921b8215f531636ff (diff)
downloaddropbear-cf67e3c5c011a2b3f584a7835b1b1d2f801eda32.tar.gz
Leak found with MallocDebug - it's kinda useful
-rw-r--r--cli-auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli-auth.c b/cli-auth.c
index 2dd0281..9dedfa8 100644
--- a/cli-auth.c
+++ b/cli-auth.c
@@ -169,6 +169,8 @@ void recv_msg_userauth_failure() {
}
}
+ m_free(methods);
+
cli_ses.state = USERAUTH_FAIL_RCVD;
TRACE(("leave recv_msg_userauth_failure"));