scotthartbti / android_frameworks_base

Other
5 stars 28 forks source link

Fixes for some potential resource leaks #42

Open DanielLyons178 opened 7 years ago

DanielLyons178 commented 7 years ago

Fixed multiple instances of missing TypedArray.recycle() one instance of missing PrintWriter.close calls.