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

[BUGFIX canary] don't prematurely nullify props #4913

Merged
merged 2 commits into from
Apr 5, 2017

Conversation

runspired
Copy link
Contributor

don't prematurely nullify props on the container-instance-cache. the cache's destroy method is called during the store's willDestroy meaning it may still be required before the Application has completed cleanup.

@stefanpenner
Copy link
Member

@runspired good catch. I don't believe this should be nulled out at all, the container-instance-cache.js isn't the root retainer. Rather the real container is the dominator, and it already gets cleaned up correctly.

@stefanpenner stefanpenner merged commit d9d6448 into emberjs:master Apr 5, 2017
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.

2 participants