* init.cc (remove): Don't bother calling through thread removal cleanup if we

are exiting.
This commit is contained in:
Christopher Faylor
2011-11-26 19:20:13 +00:00
parent 4ab568c60c
commit d8e7e40416
2 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,7 @@ dll_entry (HANDLE h, DWORD reason, void *static_load)
break;
case DLL_THREAD_DETACH:
if (dll_finished_loading
&& exit_state < ES_FINAL
&& (PVOID) &_my_tls > (PVOID) &wow64_test_stack_marker
&& _my_tls.isinitialized ())
_my_tls.remove (0);