Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccef833b authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "MemoryIntArray: don't double close." am: 9b972871 am: 71af69db

am: bb1805ce

Change-Id: I5fb8753c61a85080c81900f6122ec6c671af297f
parents 1a8a6907 bb1805ce
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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,