未验证 提交 e1857cbf 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #7674 from taosdata/hotfix/TD-6433

[td-6433]fix subquery not freed issue
......@@ -866,6 +866,9 @@ bool tscReparseSql(SSqlObj *sql, int32_t code){
return true;
}
tscFreeSubobj(sql);
tfree(sql->pSubs);
sql->res.code = TSDB_CODE_SUCCESS;
sql->retry++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册