fix:[TD-32000] fix indirect leak caused by using wrong array destroy function.
This commit is contained in:
parent
54cf5c89e3
commit
135f23c8b9
|
@ -1729,11 +1729,9 @@ EDealRes fltTreeToGroup(SNode *pNode, void *pContext) {
|
||||||
return DEAL_RES_IGNORE_CHILD;
|
return DEAL_RES_IGNORE_CHILD;
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx->code = TSDB_CODE_APP_ERROR;
|
|
||||||
|
|
||||||
fltError("invalid condition type, type:%d", node->condType);
|
fltError("invalid condition type, type:%d", node->condType);
|
||||||
|
|
||||||
return DEAL_RES_ERROR;
|
FLT_ERR_JRET(TSDB_CODE_APP_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (QUERY_NODE_OPERATOR == nType) {
|
if (QUERY_NODE_OPERATOR == nType) {
|
||||||
|
|
Loading…
Reference in New Issue