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

Glide can leak a single Activity #210

Closed
sjudd opened this issue Oct 22, 2014 · 0 comments
Closed

Glide can leak a single Activity #210

sjudd opened this issue Oct 22, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@sjudd
Copy link
Collaborator

sjudd commented Oct 22, 2014

ModelLoaders are registered using the context passed in to the with() call. If that all happens outside of the Application and a ModelLoader is not registered in onCreate of each Activity, the first Activity in which Glide.with() is called will be leaked.

@sjudd sjudd added the bug label Oct 22, 2014
@sjudd sjudd self-assigned this Oct 22, 2014
@sjudd sjudd added this to the 3.4 milestone Oct 22, 2014
@sjudd sjudd closed this as completed in 1c213bd Oct 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant