Merge branch 'master' of github.com:AFNetworking/AFNetworking
This commit is contained in:
commit
f06160b663
@ -67,6 +67,7 @@ static UIImage * AFInflatedImageFromResponseWithDataAtScale(NSHTTPURLResponse *r
|
||||
imageRef = CGImageCreateCopy([image CGImage]);
|
||||
|
||||
if (!imageRef) {
|
||||
CGDataProviderRelease(dataProvider);
|
||||
return image;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user