diff -r e6fddcb04dc2 -r cc29628976cc project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m --- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Sat Oct 09 18:01:47 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Sun Oct 10 02:06:42 2010 +0200 @@ -158,7 +158,7 @@ else gameWindow = [[UIApplication sharedApplication] keyWindow]; [gameWindow addSubview:overlayController.view]; - [overlayController release]; + //[overlayController release]; } // override the direct execution of SDL_main to allow us to implement the frontend (or even using a nib)