add [super dealloc] on the deny list, but it doesn't really matter because
it lives for the lifetime of the app
This commit is contained in:
Родитель
b862aab22a
Коммит
c363ccd1ca
|
@ -439,6 +439,7 @@ static KeychainDenyList *sDenyListInstance = nil;
|
|||
{
|
||||
[self writeToDisk];
|
||||
[mDenyList release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче