mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
e84d049078
commit
2457b82569
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