summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/kernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp
index e180db791..b7f9eb5c1 100644
--- a/src/core/hle/kernel/kernel.cpp
+++ b/src/core/hle/kernel/kernel.cpp
@@ -117,6 +117,7 @@ struct KernelCore::Impl {
current_process = nullptr;
}
+ global_handle_table->Finalize();
global_handle_table.reset();
preemption_event = nullptr;