project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m
changeset 3662 a44406f4369b
parent 3659 f8d5ac50e307
child 3697 d5b30d6373fc
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Tue Jul 20 23:30:54 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Thu Jul 22 03:08:17 2010 +0200
@@ -145,8 +145,8 @@
 -(void) viewDidUnload {
     self.listOfSchemes = nil;
     childController = nil;
+    MSG_DIDUNLOAD();
     [super viewDidUnload];
-    MSG_DIDUNLOAD();
 }