Allow for huge result sets

This commit is contained in:
Jeremy Lakeman 2012-05-27 15:04:37 +09:30
parent 4b96860535
commit b3819835ca

View File

@ -97,6 +97,7 @@ static int outv_end_field()
jni_exception = 1;
return WHY("Exception thrown from CallBooleanMethod()");
}
(*jni_env)->DeleteLocalRef(jni_env, str);
return 0;
}