The unified diff between revisions [ed68ea89..] and [cc1d98a9..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "cli-authpubkey.c"
#  from [5c8bdd6f0c5d1c3d465882aff9916afa521f644b]
#    to [739dbebaf315d696abe1abb4e0f8aa24a9a04307]
#
============================================================
--- cli-authpubkey.c	5c8bdd6f0c5d1c3d465882aff9916afa521f644b
+++ cli-authpubkey.c	739dbebaf315d696abe1abb4e0f8aa24a9a04307
@@ -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"))
 }