Another two mis-fixes from r9919: when we sfree(line) on exit from the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Jul 2013 13:15:11 +0000 (13:15 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Jul 2013 13:15:11 +0000 (13:15 +0000)
commitfe2582735a7206a4e855955d521a58f41f235211
tree2f41d0fc5d8909514a95755a8173dffca652d6b5
parent5462f4596108c4309fb69b4e57aa1e59d7100908
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.

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