Skip to content
Snippets Groups Projects
Commit 96fffc54 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

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.
parent 168b5319
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment