Skip to content
Snippets Groups Projects
Commit a718d469 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

main: disable most of the atexit() handlers, they can't work reliably

Event loop and garbage collecition make it extremely difficult
to maintain an easily cleanable state: if Lua is freed first,
some event cleanups may invoke Lua and crash. If events are
freed first, some Lua gc may invoke userdata destruction which
is pointing at event loop objects.
parent acbb91f9
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