fix #18296
This commit is contained in:
Jeff Wang 2017-09-22 11:56:51 +08:00 committed by minggo
parent a1ef303f47
commit bd59575468
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ void conversionEncodingJNI(const char* src, int byteSize, const char* fromCharse
methodInfo.env->DeleteLocalRef(strArray);
methodInfo.env->DeleteLocalRef(stringArg1);
methodInfo.env->DeleteLocalRef(stringArg2);
methodInfo.env->DeleteLocalRef(newArray);
methodInfo.env->DeleteLocalRef(methodInfo.classID);
}
}