project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 3662 a44406f4369b
parent 3661 2378ada8a6ee
child 3697 d5b30d6373fc
--- 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];