Fix analyzer findings
This commit is contained in:
parent
57c875987c
commit
9d8e6f6761
4 changed files with 24 additions and 6 deletions
|
@ -23,4 +23,10 @@
|
|||
#import "AppDelegate.h"
|
||||
|
||||
@implementation AppDelegate
|
||||
- (void)dealloc
|
||||
{
|
||||
[_window release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue