covidsafe / App-Android

Doctors and researchers at the University of Washington with Microsoft volunteers have built a tool to alert you about highly relevant public health announcements, potential exposure to COVID-19, and to assist public health officials and contact tracing teams without compromising your personal privacy.
http://covidsafe.cs.washington.edu/
MIT License
65 stars 20 forks source link

context related memory leaks #66

Open justinklchan opened 4 years ago

justinklchan commented 4 years ago

keeping Context objects as member variables or static class variables are memory leaks and need to be eliminated in the code