fix TD-20751 mem leak

This commit is contained in:
yihaoDeng 2022-11-25 19:50:57 +08:00
parent ef8c68a098
commit 1fc8f273bf
1 changed files with 1 additions and 0 deletions

View File

@ -1359,6 +1359,7 @@ EDealRes sclWalkOperator(SNode *pNode, SScalarCtx *ctx) {
ctx->code = sclExecOperator(node, ctx, &output);
if (ctx->code) {
sclFreeParam(&output);
return DEAL_RES_ERROR;
}