mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
locking fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33356 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33843644e1
commit
50b71cb1bc
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ handleExit()
|
|||
atexit(handleExit);
|
||||
enabled = YES;
|
||||
}
|
||||
[gnustep_global_lock lock];
|
||||
[gnustep_global_lock unlock];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
@ -267,7 +267,7 @@ handleExit()
|
|||
atexit(handleExit);
|
||||
enabled = YES;
|
||||
}
|
||||
[gnustep_global_lock lock];
|
||||
[gnustep_global_lock unlock];
|
||||
shouldCleanUp = YES;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue