mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
extra server logging, server memory leak fixed, m12
This commit is contained in:
parent
380a8b2d41
commit
c8813bb2aa
6 changed files with 27 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue