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