summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 30f5e1128..de6305e2a 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -308,6 +308,9 @@ struct System::Impl {
308 // Close all CPU/threading state 308 // Close all CPU/threading state
309 cpu_manager.Shutdown(); 309 cpu_manager.Shutdown();
310 310
311 // Release the Time Manager's resources
312 time_manager.Shutdown();
313
311 // Shutdown kernel and core timing 314 // Shutdown kernel and core timing
312 core_timing.Shutdown(); 315 core_timing.Shutdown();
313 kernel.Shutdown(); 316 kernel.Shutdown();