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

Avoid retain cycles in parent pointers #2621

Merged
merged 1 commit into from
Mar 24, 2019
Merged

Avoid retain cycles in parent pointers #2621

merged 1 commit into from
Mar 24, 2019

Conversation

wilhuff
Copy link
Contributor

@wilhuff wilhuff commented Mar 24, 2019

Strictly speaking this doesn't address the retain cycle reported in #2564, but I found these while digging into it.

All the various table drivers that need to navigate back must use weak
pointers to get there because the parent owns the children.
@mikelehen mikelehen assigned wilhuff and unassigned mikelehen Mar 24, 2019
@wilhuff wilhuff merged commit 69c8e52 into master Mar 24, 2019
@wilhuff wilhuff deleted the wilhuff/issue-2564 branch March 24, 2019 19:21
Corrob pushed a commit that referenced this pull request Apr 25, 2019
All the various table drivers that need to navigate back must use weak
pointers to get there because the parent owns the children.
@firebase firebase locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants