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
commit 2ceb514a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();