project_files/HedgewarsMobile/Classes/GravesViewController.m
changeset 3971 5c82ee165ed5
parent 3829 81db3c85784b
child 4976 088d40d8aba2
equal deleted inserted replaced
3970:0f6e3219c108 3971:5c82ee165ed5
   115 
   115 
   116 
   116 
   117 #pragma mark -
   117 #pragma mark -
   118 #pragma mark Memory management
   118 #pragma mark Memory management
   119 -(void) didReceiveMemoryWarning {
   119 -(void) didReceiveMemoryWarning {
   120     // Releases the view if it doesn't have a superview.
   120     self.lastIndexPath = nil;
       
   121     MSG_MEMCLEAN();
   121     [super didReceiveMemoryWarning];
   122     [super didReceiveMemoryWarning];
   122     // Relinquish ownership any cached data, images, etc that aren't in use.
       
   123 }
   123 }
   124 
   124 
   125 -(void) viewDidUnload {
   125 -(void) viewDidUnload {
   126     self.lastIndexPath = nil;
   126     self.lastIndexPath = nil;
   127     self.teamDictionary = nil;
   127     self.teamDictionary = nil;