[TD-6155]<fix>:leave free tag expr at the end of sql parsing
This commit is contained in:
parent
0f638dd642
commit
f56a0d810d
|
@ -4884,10 +4884,6 @@ static void cleanQueryExpr(SCondExpr* pCondExpr) {
|
||||||
tSqlExprDestroy(pCondExpr->pTableCond);
|
tSqlExprDestroy(pCondExpr->pTableCond);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pCondExpr->pTagCond) {
|
|
||||||
tSqlExprDestroy(pCondExpr->pTagCond);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (pCondExpr->pColumnCond) {
|
if (pCondExpr->pColumnCond) {
|
||||||
tSqlExprDestroy(pCondExpr->pColumnCond);
|
tSqlExprDestroy(pCondExpr->pColumnCond);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue