call [super dealloc] to avoid leaking view hierarchy (bug 234280)

This commit is contained in:
pinkerton%aol.net 2004-02-17 00:49:06 +00:00
Родитель 17a159637c
Коммит b862aab22a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -97,6 +97,8 @@
// had to retain it to keep it around outside the view hierarchy.
if ([self isBookmarkManagerVisible])
[mBrowserContainerView release];
[super dealloc];
}
- (void)awakeFromNib