fix:[TD-32000] fix indirect leak caused by using wrong array destroy function.

This commit is contained in:
Jing Sima 2024-09-10 16:29:19 +08:00
parent 54cf5c89e3
commit 135f23c8b9
1 changed files with 1 additions and 3 deletions

View File

@ -1729,11 +1729,9 @@ EDealRes fltTreeToGroup(SNode *pNode, void *pContext) {
return DEAL_RES_IGNORE_CHILD;
}
ctx->code = TSDB_CODE_APP_ERROR;
fltError("invalid condition type, type:%d", node->condType);
return DEAL_RES_ERROR;
FLT_ERR_JRET(TSDB_CODE_APP_ERROR);
}
if (QUERY_NODE_OPERATOR == nType) {