From efa05f97524734b2fd6cc573f6c4e4c607b4912e Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 29 Sep 2003 15:39:36 +0000 Subject: [PATCH 1/1] Obvious memory leak in new fast download management. Oops. [originally from svn r3471] --- psftp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psftp.c b/psftp.c index c1d4950b..ca01f12a 100644 --- a/psftp.c +++ b/psftp.c @@ -472,6 +472,8 @@ int sftp_general_get(struct sftp_command *cmd, int restart) ret = 0; xfer_set_error(xfer); } + + sfree(vbuf); } } -- 2.45.2