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

Commit b827c523 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Make sure fd is always initialized" into oc-dev

parents e96d66db 32eee4f1
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.