project_files/HedgewarsMobile/Classes/GravesViewController.m
changeset 5208 878e551f0b4a
parent 4976 088d40d8aba2
child 6078 8c0cc07731e5
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   129     MSG_DIDUNLOAD();
   129     MSG_DIDUNLOAD();
   130     [super viewDidUnload];
   130     [super viewDidUnload];
   131 }
   131 }
   132 
   132 
   133 -(void) dealloc {
   133 -(void) dealloc {
   134     [graveArray release];
   134     releaseAndNil(graveArray);
   135     [teamDictionary release];
   135     releaseAndNil(teamDictionary);
   136     [lastIndexPath release];
   136     releaseAndNil(lastIndexPath);
   137     [super dealloc];
   137     [super dealloc];
   138 }
   138 }
   139 
   139 
   140 
   140 
   141 @end
   141 @end