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

Commit 72ecb00a authored by Chih-Chung Chang's avatar Chih-Chung Chang Committed by Android (Google) Code Review
Browse files

Merge "Revert "Don't recycle native bitmap after the finalizer is called."" into gingerbread

parents 80db4381 601ede9a
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();