fix thread deinit

This commit is contained in:
Glenn Maynard
2003-09-03 05:10:23 +00:00
parent 0cd5766ba2
commit 352df48614
+4
View File
@@ -182,6 +182,10 @@ void ThreadSlot::SetupThisThread()
void ThreadSlot::ShutdownThisThread()
{
#ifdef _WINDOWS
DeinitThreadData();
#endif
Init();
}