Tweak documentation of -V option.
[u/mdw/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 6c1aeb7..89fa785 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -5198,6 +5198,7 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, int ispkt)
 
                    ssh2_pkt_send(ssh);
                    s->type = AUTH_TYPE_PUBLICKEY;
+                   key->alg->freekey(key->data);
                }
            } else if (s->method == AUTH_PASSWORD) {
                /*