Merge "Init MemoryIntArray#mFd with -1" am: d6eaa80590
am: a3f14a1531
Change-Id: Ieba327ed8b18c66906746e34e857e774c181fcf0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user