fix: memory leak issue

This commit is contained in:
dapan1121 2025-03-13 17:53:57 +08:00
parent 90fcd168c9
commit cfd6d73139
1 changed files with 1 additions and 0 deletions

View File

@ -932,6 +932,7 @@ static int32_t pdcJoinSplitPrimInLogicCond(SJoinLogicNode* pJoin, SNode** ppInpu
*ppInput = NULL;
return TSDB_CODE_SUCCESS;
}
nodesDestroyNode(pTempOnCond);
planError("no primary key equal cond found, condListNum:%d", pLogicCond->pParameterList->length);
return TSDB_CODE_PLAN_INTERNAL_ERROR;
} else {