mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 23:02:40 +00:00
hle: kernel: Ensure global handle table is finalized before closing.
This commit is contained in:
@@ -117,6 +117,7 @@ struct KernelCore::Impl {
|
||||
current_process = nullptr;
|
||||
}
|
||||
|
||||
global_handle_table->Finalize();
|
||||
global_handle_table.reset();
|
||||
|
||||
preemption_event = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user