project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 5700 f0960a88ab0e
parent 5699 1a9a6a7662aa
child 6000 dbcebcd3d79f
equal deleted inserted replaced
5699:1a9a6a7662aa 5700:f0960a88ab0e
   376         self.helpPage = nil;
   376         self.helpPage = nil;
   377     if (self.mapConfigViewController.view.superview == nil)
   377     if (self.mapConfigViewController.view.superview == nil)
   378         self.mapConfigViewController = nil;
   378         self.mapConfigViewController = nil;
   379 
   379 
   380     self.imgContainer = nil;
   380     self.imgContainer = nil;
       
   381     // don't nil this one or it won't be able to send messages
   381     //self.interfaceBridge = nil;
   382     //self.interfaceBridge = nil;
   382     MSG_MEMCLEAN();
   383     MSG_MEMCLEAN();
   383     [super didReceiveMemoryWarning];
   384     [super didReceiveMemoryWarning];
   384 }
   385 }
   385 
   386