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

Commit 12160653 authored by Eugene Susla's avatar Eugene Susla Committed by android-build-merger
Browse files

Merge "Revert "MemoryIntArray: don't double close."" into qt-dev

am: e7933dba

Change-Id: Iaf713951ec498b33be520619170f2ad6b59a319e
parents 1c3c3508 e7933dba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ static void android_util_MemoryIntArray_close(JNIEnv* env, jobject clazz, jint f
        jniThrowException(env, "java/io/IOException", "ashmem unpinning failed");
        return;
    }

    close(fd);
}

static jint android_util_MemoryIntArray_get(JNIEnv* env, jobject clazz,