project_files/HedgewarsMobile/Classes/MapConfigViewController.m
changeset 3971 5c82ee165ed5
parent 3930 8b00b4f93242
child 3978 9660600e43cb
--- 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 {