Merge pull request #7461 from taosdata/hotfix/td-6155
[TD-6155]<fix>:free tag expr at the end of sql parse
This commit is contained in:
commit
fb1ecd9c72
|
@ -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