mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-15 17:44:13 +00:00
Micro speedup in dealloc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66fd318187
commit
c12f6b0e7e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ static NSColor *shadowCol;
|
||||||
TEST_RELEASE (_objectValue);
|
TEST_RELEASE (_objectValue);
|
||||||
TEST_RELEASE (_formatter);
|
TEST_RELEASE (_formatter);
|
||||||
|
|
||||||
[super dealloc];
|
NSDeallocateObject (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue