Skip to content

Commit

Permalink
fix(mediacodec): delete jni local reference
Browse files Browse the repository at this point in the history
  • Loading branch information
I-m-SuperMan authored and pingkai committed May 13, 2020
1 parent 8fedaa7 commit 5c86ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/codec/Android/mediacodec_jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ namespace Cicada {
int i_ret = MC_ERROR;
AndroidJniHandle<jobject> jinput_buffers;
AndroidJniHandle<jobject> joutput_buffers;
jobject jbuffer_info;
AndroidJniHandle<jobject> jbuffer_info;
JniEnv jniEnv;
JNIEnv *handle = jniEnv.getEnv();

Expand Down

0 comments on commit 5c86ed6

Please sign in to comment.