!1870 Fix nullptr on Windows

Merge pull request !1870 from JesseKLee/FindMe
pull/1870/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit d93197a136

@ -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