Use c++ standard std::_Exit instead of _exit
_exit seems to run dll unloading code which calls static destructors. Standrd requires std::_Exit not to call destructors which makes using it attractive in case MSVC actually follows the standard.develop
parent
2dac3c53c7
commit
ce6af3d649
Loading…
Reference in New Issue