diff --git a/SDWebImage/SDWebImageDownloader.m b/SDWebImage/SDWebImageDownloader.m index 56ff66e9..7e77153f 100644 --- a/SDWebImage/SDWebImageDownloader.m +++ b/SDWebImage/SDWebImageDownloader.m @@ -209,8 +209,6 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot withDelegate:self userInfo:[NSDictionary dictionaryWithObject:@"partial" forKey:@"type"]]; - SDWIRelease(image); - CGImageRelease(partialImageRef); } }