Skip to content

Commit f43346b

Browse files
committed
fix mem leak
1 parent 3c96920 commit f43346b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/libs/nodes/src/nodesUtilFuncs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,6 +2342,7 @@ void nodesDestroyNode(SNode* pNode) {
23422342
if (pPhyNode->qType == DYN_QTYPE_VTB_SCAN) {
23432343
nodesDestroyList(pPhyNode->vtbScan.pScanCols);
23442344
nodesDestroyList(pPhyNode->vtbScan.pOrgVgIds);
2345+
nodesDestroyList(pPhyNode->vtbScan.pSysScanVgIds);
23452346
}
23462347
destroyPhysiNode((SPhysiNode*)pPhyNode);
23472348
break;

0 commit comments

Comments
 (0)