Fixed crash on deallocating the NSTabView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11176 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-17 21:24:11 +00:00
parent d8caceef8e
commit 52fe2e528e

View file

@ -54,7 +54,6 @@
- (void) dealloc
{
RELEASE(tab_items);
TEST_RELEASE(tab_selected);
RELEASE(tab_font);
[super dealloc];
}