project_files/HedgewarsMobile/Classes/FlagsViewController.m
changeset 5208 878e551f0b4a
parent 4976 088d40d8aba2
child 6078 8c0cc07731e5
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   180     MSG_DIDUNLOAD();
   180     MSG_DIDUNLOAD();
   181     [super viewDidUnload];
   181     [super viewDidUnload];
   182 }
   182 }
   183 
   183 
   184 -(void) dealloc {
   184 -(void) dealloc {
   185     [teamDictionary release];
   185     releaseAndNil(teamDictionary);
   186     [lastIndexPath release];
   186     releaseAndNil(lastIndexPath);
   187     [flagArray release];
   187     releaseAndNil(flagArray);
   188     [communityArray release];
   188     releaseAndNil(communityArray);
   189     [super dealloc];
   189     [super dealloc];
   190 }
   190 }
   191 
   191 
   192 
   192 
   193 @end
   193 @end