thread: Clear the process list on shutdown.

pull/8/head
Jules Blok 7 years ago
parent 65f3119074
commit c74af07c49

@ -406,6 +406,8 @@ void ThreadingInit() {
next_thread_id = 1;
}
void ThreadingShutdown() {}
void ThreadingShutdown() {
Kernel::ClearProcessList();
}
} // namespace Kernel

Loading…
Cancel
Save