project_files/HedgewarsMobile/Classes/FlagsViewController.m
changeset 3971 5c82ee165ed5
parent 3950 296cbdd85e50
child 4478 05029b4d8490
equal deleted inserted replaced
3970:0f6e3219c108 3971:5c82ee165ed5
   163 
   163 
   164 
   164 
   165 #pragma mark -
   165 #pragma mark -
   166 #pragma mark Memory management
   166 #pragma mark Memory management
   167 -(void) didReceiveMemoryWarning {
   167 -(void) didReceiveMemoryWarning {
   168     // Releases the view if it doesn't have a superview.
       
   169     // Relinquish ownership any cached data, images, etc that aren't in use.
       
   170     self.lastIndexPath = nil;
   168     self.lastIndexPath = nil;
   171     MSG_MEMCLEAN();
   169     MSG_MEMCLEAN();
   172     [super didReceiveMemoryWarning];
   170     [super didReceiveMemoryWarning];
   173 }
   171 }
   174 
   172