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 Application memory leak in Choreographer. #9102

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Fix Application memory leak in Choreographer.

Choreographer on APIs >= 28 holds a static reference to the main Choreographer
which can prevent the Application from getting garbage collected between tests.

This commit adds a resetter to clear this instance.

@copybara-service copybara-service bot closed this May 22, 2024
@copybara-service copybara-service bot deleted the piper_635900066 branch May 22, 2024 21:49
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

0 participants