mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
This one isn't really important, since this code path is only ever used in non-GC mode, but it keeps the static analyser happy.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
405bf0807f
commit
2c9886b127
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ pop_pool_from_cache (struct autorelease_thread_vars *tv)
|
|||
{
|
||||
NSLog(@"autorelease called without pool for nil object.");
|
||||
}
|
||||
[arp release];
|
||||
[arp drain];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue