mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
extra server logging, server memory leak fixed, m12
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user