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

Memory leak in SharedPreferenceHelper #34

Open
ehsan6sha opened this issue Dec 10, 2022 · 0 comments
Open

Memory leak in SharedPreferenceHelper #34

ehsan6sha opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ehsan6sha
Copy link
Member

1- Do not place Android context classes in static fields (static reference to SharedPreferenceHelper which has field context pointing to Context); this is a memory leak

2- Do not place Android context classes in static fields; this is a memory leak

@ehsan6sha ehsan6sha added the bug Something isn't working label Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants