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:
pinkerton%aol.net 2004-02-17 00:59:23 +00:00
Родитель b862aab22a
Коммит c363ccd1ca
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -439,6 +439,7 @@ static KeychainDenyList *sDenyListInstance = nil;
{
[self writeToDisk];
[mDenyList release];
[super dealloc];
}
//