cocoaTouch/FortsViewController.m
changeset 3490 016b3172b645
parent 3374 0d522416d97f
equal deleted inserted replaced
3489:aedf289192f5 3490:016b3172b645
   141 
   141 
   142 -(void) viewDidUnload {
   142 -(void) viewDidUnload {
   143     self.teamDictionary = nil;
   143     self.teamDictionary = nil;
   144     self.lastIndexPath = nil;
   144     self.lastIndexPath = nil;
   145     self.fortArray = nil;
   145     self.fortArray = nil;
   146 //    self.fortSprites = nil;
       
   147     [super viewDidUnload];
   146     [super viewDidUnload];
       
   147     MSG_DIDUNLOAD();
   148 }
   148 }
   149 
   149 
   150 
   150 
   151 - (void)dealloc {
   151 - (void)dealloc {
   152     [teamDictionary release];
   152     [teamDictionary release];