Fix nullptr on Windows

pull/1870/head
Jesse Lee 5 years ago
parent 53df649737
commit 86af5ea9f5

@ -69,7 +69,7 @@ void Task::ShutdownGroup() { // Wake up watch dog and shutdown the engine.
vg->rc_ = rc_;
rcLock.unlock();
TaskManager::InterruptMaster(rc_);
TaskManager::InterruptGroup(*gMyTask);
TaskManager::InterruptGroup(*this);
}
}
}

Loading…
Cancel
Save