We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b22cc4 commit 51fb163Copy full SHA for 51fb163
storage/connect/javaconn.cpp
@@ -456,7 +456,7 @@ bool JAVAConn::Open(PGLOBAL g)
456
457
//=============== load and initialize Java VM and JNI interface =============
458
rc = CreateJavaVM(&jvm, (void**)&env, &vm_args); // YES !!
459
- delete options; // we then no longer need the initialisation options.
+ delete[] options; // we then no longer need the initialisation options.
460
461
switch (rc) {
462
case JNI_OK:
0 commit comments