]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Set the 'must_close_session' flag at the end of close_session(), so
authorSimon Tatham <anakin@pobox.com>
Wed, 2 Mar 2011 18:52:03 +0000 (18:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 2 Mar 2011 18:52:03 +0000 (18:52 +0000)
commit09080057cad3ebc2494ef1f18da2579e65303f23
treeb1ff8a355ad51717c591bcdd6e2284905184bb90
parent91131fd1978aac8aa75c1403890187013bb5d93d
Set the 'must_close_session' flag at the end of close_session(), so
that we won't keep calling close_session() again the next time we go
round the message loop. Should fix unclean-close-hang. Thanks to Simon
Coleman for debugging.

[originally from svn r9115]
windows/window.c