Merge pull request #444 from hsoi/scrolling-lockup
Break a retain cycle
This commit is contained in:
commit
42468464b5
|
@ -160,6 +160,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
|||
[wself.lastAddedOperation addDependency:operation];
|
||||
wself.lastAddedOperation = operation;
|
||||
}
|
||||
operation = nil; // break retain cycle
|
||||
}];
|
||||
|
||||
return operation;
|
||||
|
|
Loading…
Reference in New Issue