Skip to content

Commit

Permalink
Fix failure t unlock mutex
Browse files Browse the repository at this point in the history
rfm committed Nov 19, 2024
1 parent d5da92d commit da73bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/NSTimeZone.m
Original file line number Diff line number Diff line change
@@ -707,6 +707,7 @@ - (id) initWithOffset: (NSInteger)anOffset name: (NSString*)aName
{
IF_NO_ARC(RETAIN(z);)
DESTROY(self);
GS_MUTEX_UNLOCK(zone_mutex);
return z;
}
if (aName == nil)

0 comments on commit da73bc5

Please sign in to comment.