Fix a crash with progressive download activated in non-ARC env

This commit is contained in:
Olivier Poitrey 2012-05-14 11:54:25 +02:00
parent 76132c3e84
commit ea5b82d963
1 changed files with 0 additions and 2 deletions

View File

@ -209,8 +209,6 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot
withDelegate:self withDelegate:self
userInfo:[NSDictionary dictionaryWithObject:@"partial" forKey:@"type"]]; userInfo:[NSDictionary dictionaryWithObject:@"partial" forKey:@"type"]];
SDWIRelease(image);
CGImageRelease(partialImageRef); CGImageRelease(partialImageRef);
} }
} }