diff -r 4056310a161a -r f5294509783e project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m --- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Mon Apr 25 02:25:25 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Mon Apr 25 06:38:59 2011 +0200 @@ -396,6 +396,7 @@ case 'q': // game ended, can remove the savefile and the trailing overlay (when dualhead) [self gameHasEndedWithStats:statsArray]; + [statsArray release]; break; case 'Q': // game exited but not completed, nothing to do (just don't save the message)