Fix a crash with progressive download activated in non-ARC env
This commit is contained in:
parent
76132c3e84
commit
ea5b82d963
|
@ -209,8 +209,6 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot
|
|||
withDelegate:self
|
||||
userInfo:[NSDictionary dictionaryWithObject:@"partial" forKey:@"type"]];
|
||||
|
||||
SDWIRelease(image);
|
||||
|
||||
CGImageRelease(partialImageRef);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue