• Marek Vavrusa's avatar
    Fixed cancellation of early finishing events. · 96fffc54
    Marek Vavrusa authored
    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.
    96fffc54