1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

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

This commit is contained in:
Arseniy Shestakov 2017-08-13 22:15:25 +03:00
parent cd98dd0b89
commit fad2a0a3fb
4 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

View File

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