Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d51a933b authored by Chih-Chung Chang's avatar Chih-Chung Chang Committed by Android Git Automerger
Browse files

am 72ecb00a: Merge "Revert "Don\'t recycle native bitmap after the finalizer...

am 72ecb00a: Merge "Revert "Don\'t recycle native bitmap after the finalizer is called."" into gingerbread

Merge commit '72ecb00a' into gingerbread-plus-aosp

* commit '72ecb00a':
  Revert "Don't recycle native bitmap after the finalizer is called."
parents b65444df 72ecb00a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1002,7 +1002,6 @@ public final class Bitmap implements Parcelable {
    @Override
    protected void finalize() throws Throwable {
        try {
            mRecycled = true;
            nativeDestructor(mNativeBitmap);
        } finally {
            super.finalize();