mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-19 10:01:20 +00:00
fix locking error
This commit is contained in:
parent
573793ce5a
commit
42e7c87f0b
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ static void removeItem(GSCacheItem *item, GSCacheItem **first)
|
||||||
{
|
{
|
||||||
my->lifetime = max;
|
my->lifetime = max;
|
||||||
}
|
}
|
||||||
[my->lock lock];
|
[my->lock unlock];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setMaxObjects: (unsigned)max
|
- (void) setMaxObjects: (unsigned)max
|
||||||
|
|
Loading…
Reference in a new issue