project_files/HedgewarsMobile/Classes/FortsViewController.m
changeset 5208 878e551f0b4a
parent 4976 088d40d8aba2
child 5982 283be2ca54a7
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   147     [super viewDidUnload];
   147     [super viewDidUnload];
   148 }
   148 }
   149 
   149 
   150 
   150 
   151 -(void) dealloc {
   151 -(void) dealloc {
   152     [teamDictionary release];
   152     releaseAndNil(teamDictionary);
   153     [lastIndexPath release];
   153     releaseAndNil(lastIndexPath);
   154     [fortArray release];
   154     releaseAndNil(fortArray);
   155     [super dealloc];
   155     [super dealloc];
   156 }
   156 }
   157 
   157 
   158 
   158 
   159 @end
   159 @end