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
+5
View File
@@ -14,6 +14,11 @@ TextFloodCheck::TextFloodCheck()
}
TextFloodCheck::~TextFloodCheck()
{
delete cleanTimer;
}
bool TextFloodCheck::run(unsigned playerId) {
QMapIterator<unsigned, TextFloodInfos> it(msgTimesList);