Fix an EXC_BAD_ACCESS introduced by aa6956e9fc
(fix #77)
This commit is contained in:
parent
6781045698
commit
dcc6673bf1
|
@ -125,7 +125,6 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot
|
|||
{
|
||||
UIImage *image = SDScaledImageForPath(url.absoluteString, imageData);
|
||||
[[SDWebImageDecoder sharedImageDecoder] decodeImage:image withDelegate:self userInfo:nil];
|
||||
SDWIRelease(image)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue