Merge pull request #7289 from ameerj/perf-stat-shutdown

core: Reorder perf_stats destruction order on Shutdown
This commit is contained in:
Morph
2021-11-04 20:34:09 -04:00
committed by GitHub

View File

@ -324,8 +324,8 @@ struct System::Impl {
time_manager.Shutdown();
core_timing.Shutdown();
app_loader.reset();
perf_stats.reset();
gpu_core.reset();
perf_stats.reset();
kernel.Shutdown();
memory.Reset();
applet_manager.ClearAll();