Merge "Init MemoryIntArray#mFd with -1" am: d6eaa80590

am: a3f14a1531

Change-Id: Ieba327ed8b18c66906746e34e857e774c181fcf0
This commit is contained in:
Svetoslav Ganov
2017-05-12 00:22:00 +00:00
committed by android-build-merger

View File

@@ -53,7 +53,7 @@ public final class MemoryIntArray implements Parcelable, Closeable {
private final boolean mIsOwner;
private final long mMemoryAddr;
private int mFd;
private int mFd = -1;
/**
* Creates a new instance.