changeset 420:7f010e3b1802

Remove double-free due to the same "fix" for a leak getting merged in twice.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2007 10:46:44 +0000
parents ab57ba0cb667
children dbb607d72d01 1afa503e33f5
files cli-authpubkey.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"))
 }