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

Commit 6743603e 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

am: b8b30294

Change-Id: Ide601366897bb84bb00ae6db4e922311a399f625
parents c29f5b45 b8b30294
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