mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00

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]