Fix double release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-06-28 10:16:37 +00:00
parent c4ffc4f0c7
commit ab98283556
2 changed files with 2 additions and 1 deletions

View file

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