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

am: e7933dba63

Change-Id: I696f298fe6f3f77a418bb72dbbe38bc93dcb57bd
This commit is contained in:
Eugene Susla
2019-05-13 15:53:10 -07:00
committed by android-build-merger

View File

@@ -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,