Fixed memory leaks

Removed obsolete CreationViewController references
This commit is contained in:
michael starke
2013-06-26 03:50:23 +02:00
parent 84485d7233
commit 17f2155aa4
13 changed files with 41 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
@property (assign, readonly, getter = isDecrypted) BOOL decrypted;
@property (retain, readonly) KdbTree *tree;
@property (assign, readonly, nonatomic) KdbGroup *root;
@property (nonatomic,retain) NSString *password;
@property (nonatomic, retain) NSString *password;
@property (nonatomic, retain) NSURL *key;
@property (assign, readonly) MPDatabaseVersion version;