Fix infinite look when stopping timers with multiple others pending.
This commit is contained in:
parent
c242fdae16
commit
f84139ba63
|
@ -124,6 +124,7 @@ final class LoopTimeoutTimerDriver : EventDriverTimers {
|
|||
m_timerQueue.linearRemove(upper.release.take(1));
|
||||
break;
|
||||
}
|
||||
upper.popFront();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue