Fixed error in deallocation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-10 12:37:31 +00:00
parent 0b2c1942c1
commit 333c39e035

View file

@ -725,7 +725,6 @@ static NSMutableDictionary *units = nil;
- (void) dealloc
{
RELEASE(_unit);
RELEASE(_scrollView);
RELEASE(_clientView);
RELEASE(_accessoryView);
RELEASE(_markers);