Make sure the io thread doesn't revive itself.

Stupid zombies.  Stay dead.
This commit is contained in:
Unknown W. Brackets 2013-10-12 10:54:57 -07:00
parent 1f99be4131
commit 585f86c805

View File

@ -435,6 +435,7 @@ void __IoManagerThread() {
}
void __IoWakeManager() {
ioManagerThreadEnabled = false;
ioManager.FinishEventLoop();
ioManager.SyncThread();
}