Remove translator from the global pool before Lua state is closed
Translator should be removed from the global dictionary (map) before LuaState is closed to avoid situations, where a new state is created (at the same address) before the old one is removed from the dictionary (in multithreaded environment).
Please register or sign in to comment