Browse Source

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

core: Reorder perf_stats destruction order on Shutdown
Morph 4 năm trước cách đây
mục cha
commit
2ceb514a39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/core.cpp

+ 1 - 1
src/core/core.cpp

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