@@ -135,11 +135,11 @@ * Make sure to keep the streams retained and thus the file descriptors * valid until the actual change has been performed. */ [self OF_processQueueAndStoreRemovedIn: _removedArray]; - if ([self OF_processCache]) { + if ([self OF_processReadBuffers]) { objc_autoreleasePoolPop(pool); return true; } objc_autoreleasePoolPop(pool);