Skip to content

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

@emigenix

Description

@emigenix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions