Native fixed local reference table overflow

This commit is contained in:
M66B 2016-01-14 22:02:21 +01:00
parent 85dc20b272
commit 12e701004b
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ void decode(JNIEnv *env, jobject instance, const struct arguments *args,
(*env)->DeleteLocalRef(env, ex);
}
}
(*env)->DeleteLocalRef(env, cls);
}
jint getUid(const int protocol, const int version, const void *saddr, const uint16_t sport) {