Remove one of the frees added in r9916. stat_name points to somewhere
[u/mdw/putty] / pscp.c
diff --git a/pscp.c b/pscp.c
index 2eecad6..6f38a20 100644 (file)
--- a/pscp.c
+++ b/pscp.c
@@ -2026,7 +2026,6 @@ static void sink(char *targ, char *src)
            set_file_times(f, act.mtime, act.atime);
        }
 
-       sfree(stat_name);
        close_wfile(f);
        if (wrerror) {
            run_err("%s: Write error", destfname);