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

@ -390,6 +390,7 @@ newLanguages(NSArray *oldNames)
NSMutableDictionaryClass = [NSMutableDictionary class];
NSStringClass = [NSString class];
classLock = [GSLazyRecursiveLock new];
[self registerAtExit];
}
}