mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
hle: kernel: Ensure global handle table is finalized before closing.
This commit is contained in:
parent
43f2f83c30
commit
88350871df
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ struct KernelCore::Impl {
|
|||
current_process = nullptr;
|
||||
}
|
||||
|
||||
global_handle_table->Finalize();
|
||||
global_handle_table.reset();
|
||||
|
||||
preemption_event = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue