# HG changeset patch # User Matt Johnston # Date 1171190804 0 # Node ID 7f010e3b18020766e35f96419cdee02eb74e1a43 # Parent ab57ba0cb667fee738bf7c5b4b669474c180d8a3 Remove double-free due to the same "fix" for a leak getting merged in twice. diff -r ab57ba0cb667 -r 7f010e3b1802 cli-authpubkey.c --- a/cli-authpubkey.c Sun Feb 11 08:50:21 2007 +0000 +++ b/cli-authpubkey.c Sun Feb 11 10:46:44 2007 +0000 @@ -123,8 +123,6 @@ 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")) }