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

Commit b8b30294 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge changes I8bdb4c74,I613a7d03 into qt-dev am: a09ee2d3 am: 036d594c

am: 4a99f4ca

Change-Id: If1ca5d391b6cfa6262561110bd39ce2287d694d3
parents 6053244b 4a99f4ca
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -259,6 +259,9 @@ public final class SharedMemory implements Parcelable, Closeable {
            mCleaner.clean();
            mCleaner = null;
        }

        // Cleaner.clean doesn't clear the value of the file descriptor.
        mFileDescriptor.setInt$(-1);
    }

    @Override