fixing compile warnings and memory leaks

This commit is contained in:
doitux
2009-09-26 18:47:18 +00:00
parent bf51e68e77
commit feaab665b2
9 changed files with 30 additions and 3 deletions
+2
View File
@@ -112,6 +112,8 @@ Log::Log(gameTableImpl* w, ConfigFile *c) : myW(w), myConfig(c), myLogDir(0), my
Log::~Log()
{
delete myConfig;
delete myLogDir;
delete myLogFile;
myConfig = 0;
}