Merge "MemoryIntArray: don't double close."

am: 9b9728710f

Change-Id: I32b9873ec32841a08bdd05cca3a7baf861e1c507
This commit is contained in:
Josh Gao
2018-08-14 13:54:06 -07:00
committed by android-build-merger

View File

@@ -142,8 +142,6 @@ 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,