Merge "MemoryIntArray: don't double close."

This commit is contained in:
Treehugger Robot
2018-08-14 18:51:40 +00:00
committed by Gerrit Code Review

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,