diff cli-authpubkey.c @ 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 b895f91c2ee6
children c1e9c81d1d27 9e51707cd6f2
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"))
 }