mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8214297: testbug : missing fclose in jvmti_aod.cpp
Reviewed-by: coleenp, stuefe
This commit is contained in:
parent
e524f41fbf
commit
9debae9783
@ -263,6 +263,7 @@ int nsk_jvmti_aod_redefineClass(
|
||||
error = jvmti->Allocate(size, &classBytes);
|
||||
if (error != JVMTI_ERROR_NONE) {
|
||||
NSK_DISPLAY1("Failed to create memory %s\n", TranslateError(error));
|
||||
fclose(bytecode);
|
||||
return NSK_FALSE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user