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 3c96920 commit f43346bCopy full SHA for f43346b
source/libs/nodes/src/nodesUtilFuncs.c
@@ -2342,6 +2342,7 @@ void nodesDestroyNode(SNode* pNode) {
2342
if (pPhyNode->qType == DYN_QTYPE_VTB_SCAN) {
2343
nodesDestroyList(pPhyNode->vtbScan.pScanCols);
2344
nodesDestroyList(pPhyNode->vtbScan.pOrgVgIds);
2345
+ nodesDestroyList(pPhyNode->vtbScan.pSysScanVgIds);
2346
}
2347
destroyPhysiNode((SPhysiNode*)pPhyNode);
2348
break;
0 commit comments