[ 1053870 ] jacob-msg 2019 - SafeArray + jni 1.4. Fixed a few problems with safe array manipulation that caused memory leaks. Also applied patch required to build against JMI newer than v1.2
This commit is contained in:
@@ -5,4 +5,6 @@ extern "C" {
|
||||
IDispatch *extractDispatch(JNIEnv *env, jobject arg);
|
||||
SAFEARRAY *extractSA(JNIEnv *env, jobject arg);
|
||||
void setSA(JNIEnv *env, jobject arg, SAFEARRAY *sa, int copy);
|
||||
|
||||
SAFEARRAY *copySA(SAFEARRAY *psa)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user