connection_fatal() should be called after ssh_closing() and other accesses to
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 16 May 2005 14:41:08 +0000 (14:41 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 16 May 2005 14:41:08 +0000 (14:41 +0000)
commitedd4e662224034b394d7d33a6689c4aae2ff97d8
treeae821c14260f883ee2df002acfbfe6d6437a9173
parent3b6606c73ff0723f80146f1befa4838d59d3f8cf
connection_fatal() should be called after ssh_closing() and other accesses to
`ssh', since it potentially frees it and potentially doesn't return.
Only affected a couple of rare circumstances.

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