Skip to content
  • Erwan Tulou's avatar
    skins2(Win): fix sporadic crash · 90cb142c
    Erwan Tulou authored
    Timer messages may be pending and must be explicitely discarded
    when calling the destructor of a timer. Otherwise, the callback
    function is called after the object is destroyed leading to crash.
    90cb142c