Browse Source

!1870 Fix nullptr on Windows

Merge pull request !1870 from JesseKLee/FindMe
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
d93197a136
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/dataset/util/task.cc

+ 1
- 1
mindspore/ccsrc/dataset/util/task.cc View File

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