8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return

Reviewed-by: rschmelter, prr
This commit is contained in:
Matthias Baesken 2023-11-03 12:29:39 +00:00
parent be01caf30d
commit 81db1721d4

View File

@ -2299,6 +2299,7 @@ Java_sun_awt_X11_XlibWrapper_SetBitmapShape
pRect = (RECT_T *)SAFE_SIZE_ARRAY_ALLOC(malloc, worstBufferSize, sizeof(RECT_T));
if (!pRect) {
(*env)->ReleaseIntArrayElements(env, bitmap, values, JNI_ABORT);
return;
}