From: jacob Date: Sun, 20 Feb 2005 21:00:16 +0000 (+0000) Subject: Another failure to crStop(0) on user abort, this time for SSH-1 cipher X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/96ccde8b48fbf8763f44dd5f24014dc0565bbae9?hp=0d737aa4f2ff203dc2264e8efec352d6b26eeb5d Another failure to crStop(0) on user abort, this time for SSH-1 cipher askalg(). That should be the last one. git-svn-id: svn://svn.tartarus.org/sgt/putty@5369 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/ssh.c b/ssh.c index ccc7ccca..b9d906d8 100644 --- a/ssh.c +++ b/ssh.c @@ -3014,6 +3014,7 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen, if (s->dlgret == 0) { ssh->close_expected = TRUE; ssh_closing((Plug)ssh, NULL, 0, 0); + crStop(0); } } }