Skip to content

Commit

Permalink
Fix an EXC_BAD_ACCESS introduced by aa6956e (fix #77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Poitrey committed Mar 11, 2012
1 parent 6781045 commit dcc6673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDWebImageDownloader.m
Expand Up @@ -125,7 +125,6 @@ - (void)connectionDidFinishLoading:(NSURLConnection *)aConnection
{
UIImage *image = SDScaledImageForPath(url.absoluteString, imageData);
[[SDWebImageDecoder sharedImageDecoder] decodeImage:image withDelegate:self userInfo:nil];
SDWIRelease(image)
}
}

Expand Down

0 comments on commit dcc6673

Please sign in to comment.