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

This commit is contained in:
Eugene Susla
2019-05-13 22:21:48 +00:00
committed by Android (Google) Code Review

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,