hawkular / hawkular-android-client

Apache License 2.0
10 stars 26 forks source link

Resource leak. #140

Closed m-murad closed 7 years ago

m-murad commented 7 years ago

There is resource leak in FavMetricsFragment. In line 94 we are opening the SQLStore. But this is never being closed.

Should I send a PR?

danielpassos commented 7 years ago

Go ahead!