--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Tue Oct 19 23:58:27 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Thu Oct 21 00:41:41 2010 +0200
@@ -467,7 +467,13 @@
-(void) didReceiveMemoryWarning {
self.dataSourceArray = nil;
- //self.lastIndexPath = nil;
+
+ self.previewButton = nil;
+ self.tableView = nil;
+ self.maxLabel = nil;
+ self.sizeLabel = nil;
+ self.segmentedControl = nil;
+ self.slider = nil;
MSG_MEMCLEAN();
[super didReceiveMemoryWarning];