Merge changes I8bdb4c74,I613a7d03 into qt-dev

am: a09ee2d39f

Change-Id: Ibcbc22b6f4f77825f16e52a832e28fcb40d3fa6d
This commit is contained in:
Josh Gao
2019-07-25 17:41:26 -07:00
committed by android-build-merger

View File

@@ -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