Skip to content

Commit

Permalink
My SDWebImage#444 apparently wasn’t clean enough. I think subsequent …
Browse files Browse the repository at this point in the history
…work, which you can trace via the github issues (e.g. SDWebImage#466) seem to have brought about better solutions. Somehow tho, my fix remained in our branch. I recently diff’d our ‘barz-master’ branch vs the ‘rs:master’ and while a few things are kosher to keep, this should go to maintain closer parity with the upstream/master.
  • Loading branch information
John C. Daub committed Dec 20, 2013
1 parent 91aaa03 commit 64d3a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDWebImage/SDWebImageDownloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ - (NSInteger)maxConcurrentDownloads
[wself.lastAddedOperation addDependency:operation];
wself.lastAddedOperation = operation;
}
operation = nil; // break retain cycle
}];

return operation;
Expand Down

0 comments on commit 64d3a09

Please sign in to comment.