]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Another two mis-fixes from r9919: when we sfree(line) on exit from the
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 13:15:11 +0000 (13:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 13:15:11 +0000 (13:15 +0000)
commit01ead8590b5459393e6a87b5f591bce6fb8de8d3
tree2f41d0fc5d8909514a95755a8173dffca652d6b5
parent3af26af19e94264dc575f4e68b6442092a2638bf
Another two mis-fixes from r9919: when we sfree(line) on exit from the
ssh.com and OpenSSH key import loops, we should also null it out so
that the cleanup path doesn't try to re-free the same pointer.

[originally from svn r9944]
[r9919 == ea301bdd9b892a5e70692f82f5c0b98bd585e775]
import.c