1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Obvious memory leak in new fast download management. Oops.

[originally from svn r3471]
This commit is contained in:
Simon Tatham 2003-09-29 15:39:36 +00:00
parent 77cc301862
commit efa05f9752

View File

@ -472,6 +472,8 @@ int sftp_general_get(struct sftp_command *cmd, int restart)
ret = 0;
xfer_set_error(xfer);
}
sfree(vbuf);
}
}