project_files/HedgewarsMobile/Classes/VoicesViewController.m
changeset 5208 878e551f0b4a
parent 4976 088d40d8aba2
child 6078 8c0cc07731e5
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   164     MSG_DIDUNLOAD();
   164     MSG_DIDUNLOAD();
   165     [super viewDidUnload];
   165     [super viewDidUnload];
   166 }
   166 }
   167 
   167 
   168 -(void) dealloc {
   168 -(void) dealloc {
   169     [voiceArray release];
   169     releaseAndNil(voiceArray);
   170     [teamDictionary release];
   170     releaseAndNil(teamDictionary);
   171     [lastIndexPath release];
   171     releaseAndNil(lastIndexPath);
   172     [super dealloc];
   172     [super dealloc];
   173 }
   173 }
   174 
   174 
   175 
   175 
   176 @end
   176 @end