simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Jul 13 08:49:29 BST 2014
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10206
Date: 2014-07-13 08:49:29 +0100 (Sun, 13 Jul 2014)
Log message (8 lines):
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.
Modified files:
U putty/unix/gtkwin.c
Links:
http://svn.tartarus.org/sgt/?rev=10206&view=rev
http://svn.tartarus.org/sgt/putty/unix/gtkwin.c?rev=10206&r1=10205&r2=10206
More information about the tartarus-commits
mailing list