Merge "Init MemoryIntArray#mFd with -1" am: d6eaa80590 am: a3f14a1531
am: b1274a057f
Change-Id: I1db50e323b452520c766be40a0c6524a12e14194
This commit is contained in:
@@ -56,7 +56,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