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 3c36bad commit 60677b8Copy full SHA for 60677b8
src/njs/src/njsConnection.h
@@ -447,10 +447,7 @@ typedef struct eBaton
447
}
448
persistentRefs.clear ();
449
450
- if( mInfo && !getRS )
451
- {
452
- delete [] mInfo;
453
- }
+
454
if ( lobInfo )
455
{
456
if ( lobInfo->lobLocator )
@@ -535,6 +532,10 @@ typedef struct eBaton
535
532
536
533
537
534
+ if( mInfo && !getRS )
+ {
+ delete [] mInfo;
538
+ }
539
540
}eBaton;
541
0 commit comments