mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
More leaks fixed
This commit is contained in:
parent
87c50830e2
commit
aedd13dc94
19 changed files with 174 additions and 153 deletions
|
@ -6,7 +6,7 @@ int main()
|
|||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
BOOL ret;
|
||||
NSLock *lock = [NSRecursiveLock new];
|
||||
NSLock *lock = AUTORELEASE([NSRecursiveLock new]);
|
||||
|
||||
ret = [lock tryLock];
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue