提交 86af5ea9 编写于 作者: J Jesse Lee

Fix nullptr on Windows

上级 53df6497
......@@ -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);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册