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:
theraven 2011-05-27 12:00:57 +00:00
parent 405bf0807f
commit 2c9886b127

View file

@ -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];
}
}