Is there an API ReleaseObjectArrayElements()?
843829Jul 16 2009 — edited Jul 17 2009I'm calling GetObjectArrayElement() to access object array. After using the objects, do I need free them like for Primitive types? I cannot find ReleaseObjectArrayElements in the JNI spec.
Thanks.