Fix analyzer findings

This commit is contained in:
Jonathan Schleifer 2017-10-15 17:04:58 +02:00
parent 57c875987c
commit 9d8e6f6761
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
4 changed files with 24 additions and 6 deletions

View file

@ -23,4 +23,10 @@
#import "AppDelegate.h"
@implementation AppDelegate
- (void)dealloc
{
[_window release];
[super dealloc];
}
@end