Redo a mis-fix of a memory leak in r9919: I added sfree(data)
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Jul 2013 13:15:10 +0000 (13:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Jul 2013 13:15:10 +0000 (13:15 +0000)
commit5462f4596108c4309fb69b4e57aa1e59d7100908
tree67f4d1830e4dd5c5ace2cd683f55dd7c8d24d189
parent96af276d576750495ff35b4a7bc38e8e4703b960
Redo a mis-fix of a memory leak in r9919: I added sfree(data)
immediately after conf_deserialise in the Duplicate Session receiver,
whereas I should have put it after the subsequent loop that extracts
the pty argv if any.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9943 cda61777-01e9-0310-a592-d414129be87e
unix/gtkwin.c