Change finalization to match MacOS-X

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-01-12 18:36:37 +00:00
parent d304d9ee34
commit f8441e1092
22 changed files with 116 additions and 95 deletions

View file

@ -607,12 +607,12 @@ static NSNotificationCenter *default_center = nil;
- (void) dealloc
{
[self gcFinalize];
[self finalize];
[super dealloc];
}
- (void) gcFinalize
- (void) finalize
{
if (self == default_center)
{