Closed m-murad closed 7 years ago
There is resource leak in FavMetricsFragment. In line 94 we are opening the SQLStore. But this is never being closed.
FavMetricsFragment
SQLStore
Should I send a PR?
Go ahead!
There is resource leak in
FavMetricsFragment
. In line 94 we are opening theSQLStore
. But this is never being closed.Should I send a PR?