fix thread deinit
This commit is contained in:
@@ -182,6 +182,10 @@ void ThreadSlot::SetupThisThread()
|
||||
|
||||
void ThreadSlot::ShutdownThisThread()
|
||||
{
|
||||
#ifdef _WINDOWS
|
||||
DeinitThreadData();
|
||||
#endif
|
||||
|
||||
Init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user