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

Lint: Static Field Leaks: possible memory leak due to improper use of static fields #6

Open
emigenix opened this issue Apr 17, 2017 · 0 comments
Labels

Comments

@emigenix
Copy link
Contributor

Lint gives us 3 errors for improper use of static fields, which may cause memory leaks. The files implicated are:

# ../../src/main/java/zz/snsn/xlite/util/MSDServiceHelperCreator.java:18
# ../../src/main/java/zz/snsn/xlite/util/MsdDatabaseManager.java:15
# ../../src/main/java/zz/snsn/xlite/util/MsdLog.java:25

It's possible these are of no importance, but memory leaks should be avoided at all costs.
Also, the DataBaseManager is a special multi-threaded implementation so a fix may be difficult.

@emigenix emigenix added the bug label Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant