提交 45b8d650 编写于 作者: W wpan

fix subquery not freed issue

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