Some thread safety checks added.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13583 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-05-03 08:17:04 +00:00
parent 151f54de06
commit e1f18282b7
3 changed files with 50 additions and 12 deletions

View file

@ -52,6 +52,7 @@ static NSString *dict_key = @"_NSAssertionHandler";
{
handler = [[NSAssertionHandler alloc] init];
[dict setObject: handler forKey: dict_key];
RELEASE(handler);
}
return handler;
}