[TD-6155]<fix>:leave free tag expr at the end of sql parsing

This commit is contained in:
shenglian zhou 2021-08-19 13:03:11 +08:00
parent 0f638dd642
commit f56a0d810d
1 changed files with 0 additions and 4 deletions

View File

@ -4884,10 +4884,6 @@ static void cleanQueryExpr(SCondExpr* pCondExpr) {
tSqlExprDestroy(pCondExpr->pTableCond);
}
if (pCondExpr->pTagCond) {
tSqlExprDestroy(pCondExpr->pTagCond);
}
if (pCondExpr->pColumnCond) {
tSqlExprDestroy(pCondExpr->pColumnCond);
}