Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix suspected retain cycles in result injection #223

Merged
merged 1 commit into from Mar 10, 2016
Merged

Fix suspected retain cycles in result injection #223

merged 1 commit into from Mar 10, 2016

Conversation

itsthejb
Copy link
Contributor

Hi there,

Courtesy of @estromlund. These appear to be retain cycles; the previous operation is added as a dependency of the subsequent operation, but the block retains the subsequent operation, so we would seem to have a clear retain cycle. Certainly adding this fixed some cycles for us. Please let us know if you think we might be using things incorrectly.

Thanks!

@danthorpe
Copy link
Member

Good spot! Thanks @itsthejb and @estromlund!

danthorpe added a commit that referenced this pull request Mar 10, 2016
Fix suspected retain cycles in result injection
@danthorpe danthorpe merged commit 9d929e8 into ProcedureKit:development Mar 10, 2016
@itsthejb
Copy link
Contributor Author

👍

@itsthejb itsthejb deleted the injection-retain-cycles branch March 12, 2016 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants