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:
parent
cd98dd0b89
commit
fad2a0a3fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@
|
||||
*.swp
|
||||
*.h.gch
|
||||
*~
|
||||
*.autosave.*
|
||||
/CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
|
@ -486,6 +486,7 @@ CGuiHandler::CGuiHandler()
|
||||
CGuiHandler::~CGuiHandler()
|
||||
{
|
||||
delete mainFPSmng;
|
||||
delete terminate_cond;
|
||||
}
|
||||
|
||||
void CGuiHandler::breakEventHandling()
|
||||
|
Loading…
Reference in New Issue
Block a user