One more
This commit is contained in:
parent
05bd44e56e
commit
4c6f9201ba
|
@ -390,7 +390,7 @@ didReceiveResponse:(NSURLResponse *)response
|
|||
// Get the image data
|
||||
NSData *imageData = [self.imageData copy];
|
||||
|
||||
// keep maxmium one progressive decode process during download
|
||||
// keep maximum one progressive decode process during download
|
||||
if (self.coderQueue.operationCount == 0) {
|
||||
// NSOperation have autoreleasepool, don't need to create extra one
|
||||
[self.coderQueue addOperationWithBlock:^{
|
||||
|
|
Loading…
Reference in New Issue