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

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

Merge "Init MemoryIntArray#mFd with -1" am: d6eaa805 am: a3f14a15

am: b1274a05

Change-Id: I1db50e323b452520c766be40a0c6524a12e14194
parents 9486a4f6 b1274a05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.