Merge pull request #1017 from warld-limited/prefetcher_patch

[Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed
This commit is contained in:
Bogdan Poplauschi 2015-03-19 13:47:17 +02:00
commit 6e947240a0
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
self.completionBlock(self.finishedCount, self.skippedCount);
self.completionBlock = nil;
}
self.progressBlock = nil;
}
}];
}