Scheduler: Correct Reload/Unload

This commit is contained in:
Fernando Sahmkow
2020-03-10 13:24:52 -04:00
parent 5974e3ea33
commit 9bde28d7b1
2 changed files with 5 additions and 3 deletions

View File

@ -149,6 +149,7 @@ struct KernelCore::Impl {
for (std::size_t i = 0; i < cores.size(); i++) {
cores[i].Shutdown();
schedulers[i].reset();
}
cores.clear();