project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 3662 a44406f4369b
parent 3661 2378ada8a6ee
child 3697 d5b30d6373fc
equal deleted inserted replaced
3661:2378ada8a6ee 3662:a44406f4369b
   260 -(void) viewDidUnload {
   260 -(void) viewDidUnload {
   261     activeController = nil;
   261     activeController = nil;
   262     mapConfigViewController = nil;
   262     mapConfigViewController = nil;
   263     teamConfigViewController = nil;
   263     teamConfigViewController = nil;
   264     schemeWeaponConfigViewController = nil;
   264     schemeWeaponConfigViewController = nil;
       
   265     MSG_DIDUNLOAD();
   265     [super viewDidUnload];
   266     [super viewDidUnload];
   266     MSG_DIDUNLOAD();
       
   267 }
   267 }
   268 
   268 
   269 -(void) dealloc {
   269 -(void) dealloc {
   270     //[activeController release];
       
   271     [mapConfigViewController release];
   270     [mapConfigViewController release];
   272     [teamConfigViewController release];
   271     [teamConfigViewController release];
   273     [schemeWeaponConfigViewController release];
   272     [schemeWeaponConfigViewController release];
   274     [super dealloc];
   273     [super dealloc];
   275 }
   274 }