diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-11 10:46:44 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-11 10:46:44 +0000 |
commit | 433d5511e1b7c853ff68c65e7d515bc36a16991a (patch) | |
tree | 88526951148318e68404757cacb2018e6760297b /cli-authpubkey.c | |
parent | cd0a08896c83ab20f7cc04e755ce38b1525d47a3 (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.c | 2 |
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")) } |