mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:10:37 +00:00
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:
parent
c4ffc4f0c7
commit
ab98283556
2 changed files with 2 additions and 1 deletions
|
@ -872,7 +872,6 @@ static NSMutableDictionary *units = nil;
|
|||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_unit);
|
||||
RELEASE(_clientView);
|
||||
RELEASE(_accessoryView);
|
||||
RELEASE(_markers);
|
||||
RELEASE(_labelFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue