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

Commit d6eaa805 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Gerrit Code Review
Browse files

Merge "Init MemoryIntArray#mFd with -1"

parents 79d3648c 7b732669
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ public final class MemoryIntArray implements Parcelable, Closeable {


    private final boolean mIsOwner;
    private final boolean mIsOwner;
    private final long mMemoryAddr;
    private final long mMemoryAddr;
    private int mFd;
    private int mFd = -1;


    /**
    /**
     * Creates a new instance.
     * Creates a new instance.