Merge "Init MemoryIntArray#mFd with -1"

This commit is contained in:
Svetoslav Ganov
2017-05-11 23:34:23 +00:00
committed by Gerrit Code Review

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.