mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
1685ca1b68
commit
e78ceb4c96
10 changed files with 165 additions and 68 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue