Ver Fonte

qt: fix uninitialized memory usage

Liam há 3 anos atrás
pai
commit
646656412f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/yuzu/main.h

+ 1 - 1
src/yuzu/main.h

@@ -390,7 +390,7 @@ private:
     GameList* game_list;
     LoadingScreen* loading_screen;
     QTimer shutdown_timer;
-    OverlayDialog* shutdown_dialog;
+    OverlayDialog* shutdown_dialog{};
 
     GameListPlaceholder* game_list_placeholder;