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 release] Fix SimpleHelper memory leak #16600

Merged
merged 1 commit into from
May 2, 2018
Merged

Conversation

krisselden
Copy link
Contributor

@krisselden krisselden commented May 2, 2018

Faking a singleton via create() leaks memory because the factory manager associates itself via WeakMap to something that it thinks is going to GC with its container.

@krisselden krisselden requested a review from rwjblue May 2, 2018 00:29
@krisselden krisselden merged commit 3d91206 into master May 2, 2018
@rwjblue rwjblue deleted the fix-simple-helper branch May 7, 2018 13:55
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