mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-26 01:04:07 +00:00
thread: Clear the process list on shutdown.
This commit is contained in:
parent
3ec2bf49cf
commit
29a5203a2a
|
|
@ -406,6 +406,8 @@ void ThreadingInit() {
|
|||
next_thread_id = 1;
|
||||
}
|
||||
|
||||
void ThreadingShutdown() {}
|
||||
void ThreadingShutdown() {
|
||||
Kernel::ClearProcessList();
|
||||
}
|
||||
|
||||
} // namespace Kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue