Merge pull request #444 from hsoi/scrolling-lockup

Break a retain cycle
This commit is contained in:
Olivier Poitrey 2013-07-05 08:31:48 -07:00
commit 42468464b5
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
[wself.lastAddedOperation addDependency:operation];
wself.lastAddedOperation = operation;
}
operation = nil; // break retain cycle
}];
return operation;