You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Lint
gives us 3 errors for improper use of static fields, which may cause memory leaks. The files implicated are: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.
The text was updated successfully, but these errors were encountered: