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);