1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-18 05:40:11 -06:00

hle: kernel: Ensure global handle table is finalized before closing.

This commit is contained in:
bunnei 2021-07-01 21:44:50 -07:00
parent 24540e0ad9
commit ecf3653444

View File

@ -117,6 +117,7 @@ struct KernelCore::Impl {
current_process = nullptr;
}
global_handle_table->Finalize();
global_handle_table.reset();
preemption_event = nullptr;