Remove one of the frees added in r9916. stat_name points to somewhere
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 29 Jul 2013 17:47:33 +0000 (17:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 29 Jul 2013 17:47:33 +0000 (17:47 +0000)
commit10334278ac4b4a17f621371c114e3a6201ab76cf
tree8a246e44aaa56c2e38b2ba4a0aae8fb5e1e8a38e
parent42466758a12a92c5efb190ee0e2884d8657c1a27
Remove one of the frees added in r9916. stat_name points to somewhere
within the same string that destfname points to the start of, so
freeing it causes at best a double-free of destfname and more likely a
free of something that isn't even the start of an allocated block.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9974 cda61777-01e9-0310-a592-d414129be87e
pscp.c