]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Another fix to timer handling.
authorSimon Tatham <anakin@pobox.com>
Sun, 13 Jul 2014 07:49:29 +0000 (07:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 13 Jul 2014 07:49:29 +0000 (07:49 +0000)
commitbc8de8a331a035deb8623911ba01c6ec800c1dc5
tree533699a75ce47397f78ac6390be30083c70689ee
parent4647eded7cdc590d80327291ebe7996049de3850
Another fix to timer handling.

Robert de Bath points out that failure to remove the timer whose
callback returned FALSE may not have been the cause of runaway timer
explosion; another possibility is that a function called from
timer_trigger()'s call to run_timers() has already set a timer up by
the time run_timers() returns, and then we set another one up on top
of it. Fix that too.

[originally from svn r10206]
unix/gtkwin.c