@@ -21,6 +21,12 @@ */ #import "AppDelegate.h" @implementation AppDelegate +- (void)dealloc +{ + [_window release]; + + [super dealloc]; +} @end