Merge "MemoryIntArray: don't double close."
am: 9b9728710f
Change-Id: I32b9873ec32841a08bdd05cca3a7baf861e1c507
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user