chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

Make sure input and output streams are closed so we don't get strict mod... #28

Closed solcott closed 11 years ago

solcott commented 11 years ago

StrictMode is complaining about the output and input stream not being closed. This should fix that.