Fix an EXC_BAD_ACCESS introduced by aa6956e9fc (fix #77)

This commit is contained in:
Olivier Poitrey 2012-03-11 16:49:33 +01:00
parent 6781045698
commit dcc6673bf1
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot
{
UIImage *image = SDScaledImageForPath(url.absoluteString, imageData);
[[SDWebImageDecoder sharedImageDecoder] decodeImage:image withDelegate:self userInfo:nil];
SDWIRelease(image)
}
}