diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 67b9952..20ef7fe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="36" + android:versionName="3.3"> 0) { BmpWrap bmpWrap = mImageList.elementAt(--size); - bmpWrap.bmp.recycle(); + /* + * If the bitmaps were not scaled, then they will already have + * been recycled. + */ + if (bmpWrap.bmp != null) { + bmpWrap.bmp.recycle(); + } bmpWrap.bmp = null; } mImageList.clear();