]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.c
Add an assortment of missing frees and closes.
[PuTTY.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 931d8686b6f18c9f8090397fc856f53e7a0a54b7..46b6013b905f9b85aa847d8e8d73a4504b7d5358 100644 (file)
--- 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);
     }
 
     /*