Break a retain cycle

This commit is contained in:
John C. Daub 2013-07-05 09:58:20 -05:00
parent 834ffada11
commit 95277bae45
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;