From ea5b82d9637e239efca44c4bf773700eaaa7f63a Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 14 May 2012 11:54:25 +0200 Subject: [PATCH] Fix a crash with progressive download activated in non-ARC env --- SDWebImage/SDWebImageDownloader.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/SDWebImage/SDWebImageDownloader.m b/SDWebImage/SDWebImageDownloader.m index 56ff66e..7e77153 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); } }