diff --git a/src/ir_decoder/jni/src/ir_decode_jni.c b/src/ir_decoder/jni/src/ir_decode_jni.c index 98e476c..a7b74da 100644 --- a/src/ir_decoder/jni/src/ir_decode_jni.c +++ b/src/ir_decoder/jni/src/ir_decode_jni.c @@ -54,7 +54,7 @@ JNIEXPORT jint JNICALL Java_net_irext_decode_sdk_IRDecode_irOpenBinary (*env)->ReleaseByteArrayElements(env, binaries, j_buffer, JNI_ABORT); return IR_DECODE_FAILED; } - + (*env)->ReleaseByteArrayElements(env, binaries, j_buffer, JNI_ABORT); return IR_DECODE_SUCCEEDED; }