more leak cleanup stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-06-19 13:34:17 +00:00
parent 1685ca1b68
commit e78ceb4c96
10 changed files with 165 additions and 68 deletions

View file

@ -36,6 +36,7 @@
#import "Foundation/NSLock.h"
#import "Foundation/NSThread.h"
#import "GNUstepBase/GSLock.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
static NSZone *_zone = 0;
@ -716,6 +717,7 @@ static NSNotificationCenter *default_center = nil;
*/
default_center = [self alloc];
[default_center init];
[self registerAtExit];
}
}