Merge "Init MemoryIntArray#mFd with -1"
am: d6eaa80590
Change-Id: I323519cbe3f01464e6ee23c46381237036cf3148
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