mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
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:
parent
d8caceef8e
commit
52fe2e528e
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@
|
|||
- (void) dealloc
|
||||
{
|
||||
RELEASE(tab_items);
|
||||
TEST_RELEASE(tab_selected);
|
||||
RELEASE(tab_font);
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue