Sfoglia il codice sorgente

Fix memory leak and remove some garbage files added in last commit

Arseniy Shestakov 8 anni fa
parent
commit
fad2a0a3fb
4 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      .gitignore
  2. 0 0
      CMakeLists.txt.autosave.t10925
  3. 0 0
      CMakeLists.txt.s10925
  4. 1 0
      client/gui/CGuiHandler.cpp

+ 1 - 0
.gitignore

@@ -16,6 +16,7 @@
 *.swp
 *.swp
 *.h.gch
 *.h.gch
 *~
 *~
+*.autosave.*
 /CMakeLists.txt.user
 /CMakeLists.txt.user
 CMakeCache.txt
 CMakeCache.txt
 CMakeFiles
 CMakeFiles

+ 0 - 0
CMakeLists.txt.autosave.t10925


+ 0 - 0
CMakeLists.txt.s10925


+ 1 - 0
client/gui/CGuiHandler.cpp

@@ -486,6 +486,7 @@ CGuiHandler::CGuiHandler()
 CGuiHandler::~CGuiHandler()
 CGuiHandler::~CGuiHandler()
 {
 {
 	delete mainFPSmng;
 	delete mainFPSmng;
+	delete terminate_cond;
 }
 }
 
 
 void CGuiHandler::breakEventHandling()
 void CGuiHandler::breakEventHandling()