X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/86dc445a1405f2075cf891dfbb67ac5acb289ee9..8e441086bf71318f2af96ef9c64a5f35c517c101:/psftp.c diff --git a/psftp.c b/psftp.c index ba3266b0..53b6616d 100644 --- a/psftp.c +++ b/psftp.c @@ -1399,7 +1399,6 @@ int sftp_cmd_mkdir(struct sftp_command *cmd) if (!result) { printf("mkdir %s: %s\n", dir, fxp_error()); - sfree(dir); ret = 0; } else printf("mkdir %s: OK\n", dir);