mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix failure t unlock mutex
This commit is contained in:
parent
d5da92da73
commit
da73bc5e9b
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ static int uninitialisedOffset = 100000;
|
|||
{
|
||||
IF_NO_ARC(RETAIN(z);)
|
||||
DESTROY(self);
|
||||
GS_MUTEX_UNLOCK(zone_mutex);
|
||||
return z;
|
||||
}
|
||||
if (aName == nil)
|
||||
|
|
Loading…
Reference in a new issue