Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3f14a15 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

Merge "Init MemoryIntArray#mFd with -1"

am: d6eaa805

Change-Id: I323519cbe3f01464e6ee23c46381237036cf3148
parents e050b519 d6eaa805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.