summaryrefslogtreecommitdiffhomepage
path: root/cli-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-11 10:46:44 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-11 10:46:44 +0000
commit433d5511e1b7c853ff68c65e7d515bc36a16991a (patch)
tree88526951148318e68404757cacb2018e6760297b /cli-authpubkey.c
parentcd0a08896c83ab20f7cc04e755ce38b1525d47a3 (diff)
Remove double-free due to the same "fix" for a leak getting merged in
twice. --HG-- extra : convert_revision : eac2a177021cfa0cbf365d5821fe6c8a0a5dc758
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r--cli-authpubkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c
index 4798f62..c16ef90 100644
--- a/cli-authpubkey.c
+++ b/cli-authpubkey.c
@@ -123,8 +123,6 @@ void recv_msg_userauth_pk_ok() {
TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part"))
}
- buf_free(keybuf);
-
TRACE(("leave recv_msg_userauth_pk_ok"))
}