X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.c;h=46b6013b905f9b85aa847d8e8d73a4504b7d5358;hb=2a2434e0cc91492ce56ce4360aacb7737bb1eebe;hp=931d8686b6f18c9f8090397fc856f53e7a0a54b7;hpb=1b2cc402448da230af90ade6331f4712f73df6b0;p=PuTTY.git diff --git a/ssh.c b/ssh.c index 931d8686..46b6013b 100644 --- a/ssh.c +++ b/ssh.c @@ -3954,6 +3954,7 @@ static void ssh_agentf_try_forward(struct ssh_channel *c) * straight on and go round this loop again. */ ssh_agentf_got_response(c, reply, replylen); + sfree(reply); } /*