summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
-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 {
117 current_process = nullptr; 117 current_process = nullptr;
118 } 118 }
119 119
120 global_handle_table->Finalize();
120 global_handle_table.reset(); 121 global_handle_table.reset();
121 122
122 preemption_event = nullptr; 123 preemption_event = nullptr;