equal
deleted
inserted
replaced
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; |