project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
changeset 5208 878e551f0b4a
parent 5158 4941df038b95
child 5666 cc79eb30346e
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   248     MSG_DIDUNLOAD();
   248     MSG_DIDUNLOAD();
   249     [super viewDidUnload];
   249     [super viewDidUnload];
   250 }
   250 }
   251 
   251 
   252 -(void) dealloc {
   252 -(void) dealloc {
   253     [tableView release];
   253     releaseAndNil(tableView);
   254     [listOfSavegames release];
   254     releaseAndNil(listOfSavegames);
   255     [super dealloc];
   255     [super dealloc];
   256 }
   256 }
   257 
   257 
   258 @end
   258 @end