extra server logging, server memory leak fixed, m12

This commit is contained in:
Max-Wilhelm Bruker
2011-07-11 23:01:59 +02:00
parent 380a8b2d41
commit c8813bb2aa
6 changed files with 27 additions and 13 deletions

View File

@@ -58,8 +58,8 @@ void Server_ProtocolHandler::prepareDestroy()
while (i.hasNext())
delete i.next().value();
QMapIterator<QString, ServerInfo_User *> j(ignoreList);
while (i.hasNext())
delete i.next().value();
while (j.hasNext())
delete j.next().value();
}
void Server_ProtocolHandler::playerRemovedFromGame(Server_Game *game)