diff -r 2378ada8a6ee -r a44406f4369b project_files/HedgewarsMobile/Classes/GameConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Tue Jul 20 23:30:54 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Thu Jul 22 03:08:17 2010 +0200 @@ -262,12 +262,11 @@ mapConfigViewController = nil; teamConfigViewController = nil; schemeWeaponConfigViewController = nil; + MSG_DIDUNLOAD(); [super viewDidUnload]; - MSG_DIDUNLOAD(); } -(void) dealloc { - //[activeController release]; [mapConfigViewController release]; [teamConfigViewController release]; [schemeWeaponConfigViewController release];