mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
locking fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d83e60bff
commit
d224a1a0af
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-02-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSUser.m: locking erro fixed by Stephen brandon
|
||||
|
||||
2002-02-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSInvocation.h: Remove _argframe ivar
|
||||
|
|
|
@ -576,6 +576,7 @@ userDirectory(NSString *name, BOOL defaults)
|
|||
[localException raise];
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
[gnustep_global_lock unlock];
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue