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

Commit 32eee4f1 authored by Svet Ganov's avatar Svet Ganov
Browse files

Make sure fd is always initialized

Test: MemoryIntArray tests pass

bug:35791084

Change-Id: Icf1ea7717d58a23b89f85a798826b2f5e4d47401
parent 9e77977f
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.