project_files/HedgewarsMobile/Classes/FortsViewController.m
changeset 3971 5c82ee165ed5
parent 3829 81db3c85784b
child 4476 4bf74e158f44
equal deleted inserted replaced
3970:0f6e3219c108 3971:5c82ee165ed5
   131 
   131 
   132 
   132 
   133 #pragma mark -
   133 #pragma mark -
   134 #pragma mark Memory management
   134 #pragma mark Memory management
   135 -(void) didReceiveMemoryWarning {
   135 -(void) didReceiveMemoryWarning {
   136     // Releases the view if it doesn't have a superview.
   136     self.lastIndexPath = nil;
       
   137     MSG_MEMCLEAN();
   137     [super didReceiveMemoryWarning];
   138     [super didReceiveMemoryWarning];
   138     // Relinquish ownership any cached data, images, etc that aren't in use.
       
   139 }
   139 }
   140 
   140 
   141 -(void) viewDidUnload {
   141 -(void) viewDidUnload {
   142     self.teamDictionary = nil;
   142     self.teamDictionary = nil;
   143     self.lastIndexPath = nil;
   143     self.lastIndexPath = nil;