SF3436102 convert 32 bit memory pointers to 64 bit where not already converted.
This commit is contained in:
@@ -190,7 +190,7 @@ JNIEXPORT void JNICALL Java_com_jacob_com_SafeArray_destroy
|
||||
jfieldID jf = env->GetFieldID(saClass, V_FLD, "J");
|
||||
VariantClear(v);
|
||||
delete v;
|
||||
env->SetIntField(_this, jf, 0ll);
|
||||
env->SetLongField(_this, jf, 0ll);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user