cocoaTouch/FlagsViewController.m
changeset 3490 016b3172b645
parent 3374 0d522416d97f
equal deleted inserted replaced
3489:aedf289192f5 3490:016b3172b645
   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];