]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Redo a mis-fix of a memory leak in r9919: I added sfree(data)
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 13:15:10 +0000 (13:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 13:15:10 +0000 (13:15 +0000)
commit9ee135762a99dcad2bbc96e88192e906f2ccdb7c
tree67f4d1830e4dd5c5ace2cd683f55dd7c8d24d189
parent72e2bbd02036ab97021026e81c272981b0f90540
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: http://svn.tartarus.org/sgt/putty@9943 cda61777-01e9-0310-a592-d414129be87e
unix/gtkwin.c