]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit3af26af19e94264dc575f4e68b6442092a2638bf
tree67f4d1830e4dd5c5ace2cd683f55dd7c8d24d189
parentc46fc37ebc108bae1dbaa68ecb333140d683355e
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.

[originally from svn r9943]
[r9919 == ea301bdd9b892a5e70692f82f5c0b98bd585e775]
unix/gtkwin.c