diff -r 0f6e3219c108 -r 5c82ee165ed5 project_files/HedgewarsMobile/Classes/MapConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Mon Oct 11 16:56:00 2010 -0400 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Tue Oct 12 05:06:30 2010 +0200 @@ -466,11 +466,11 @@ } -(void) didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; self.dataSourceArray = nil; self.lastIndexPath = nil; - // maybe we can save some more + MSG_MEMCLEAN(); + [super didReceiveMemoryWarning]; } -(void) dealloc {