Fixed cancellation of early finishing events.
The problem was - an event can declare it is finished with evsched_event_finished() and this enables it to cancel other events for example. But this call invalidates the current event pointer, so it may happen that cancel succeeds, but the event is still running.
Loading
Please register or sign in to comment