project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m
changeset 3662 a44406f4369b
parent 3659 f8d5ac50e307
child 3697 d5b30d6373fc
equal deleted inserted replaced
3661:2378ada8a6ee 3662:a44406f4369b
   143 }
   143 }
   144 
   144 
   145 -(void) viewDidUnload {
   145 -(void) viewDidUnload {
   146     self.listOfSchemes = nil;
   146     self.listOfSchemes = nil;
   147     childController = nil;
   147     childController = nil;
       
   148     MSG_DIDUNLOAD();
   148     [super viewDidUnload];
   149     [super viewDidUnload];
   149     MSG_DIDUNLOAD();
       
   150 }
   150 }
   151 
   151 
   152 
   152 
   153 -(void) dealloc {
   153 -(void) dealloc {
   154     [listOfSchemes release];
   154     [listOfSchemes release];