equal
deleted
inserted
replaced
109 -(void) viewDidUnload { |
109 -(void) viewDidUnload { |
110 self.teamDictionary = nil; |
110 self.teamDictionary = nil; |
111 self.lastIndexPath = nil; |
111 self.lastIndexPath = nil; |
112 self.flagArray = nil; |
112 self.flagArray = nil; |
113 [super viewDidUnload]; |
113 [super viewDidUnload]; |
|
114 MSG_DIDUNLOAD(); |
114 } |
115 } |
115 |
116 |
116 -(void) dealloc { |
117 -(void) dealloc { |
117 [teamDictionary release]; |
118 [teamDictionary release]; |
118 [lastIndexPath release]; |
119 [lastIndexPath release]; |