fix: memory leak issue
This commit is contained in:
parent
90fcd168c9
commit
cfd6d73139
|
@ -932,6 +932,7 @@ static int32_t pdcJoinSplitPrimInLogicCond(SJoinLogicNode* pJoin, SNode** ppInpu
|
||||||
*ppInput = NULL;
|
*ppInput = NULL;
|
||||||
return TSDB_CODE_SUCCESS;
|
return TSDB_CODE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
nodesDestroyNode(pTempOnCond);
|
||||||
planError("no primary key equal cond found, condListNum:%d", pLogicCond->pParameterList->length);
|
planError("no primary key equal cond found, condListNum:%d", pLogicCond->pParameterList->length);
|
||||||
return TSDB_CODE_PLAN_INTERNAL_ERROR;
|
return TSDB_CODE_PLAN_INTERNAL_ERROR;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue