mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 00:50:55 +00:00
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:
parent
0b2c1942c1
commit
333c39e035
1 changed files with 0 additions and 1 deletions
|
@ -725,7 +725,6 @@ static NSMutableDictionary *units = nil;
|
|||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_unit);
|
||||
RELEASE(_scrollView);
|
||||
RELEASE(_clientView);
|
||||
RELEASE(_accessoryView);
|
||||
RELEASE(_markers);
|
||||
|
|
Loading…
Reference in a new issue