From 1f24428f3a56ceb42af5d46bb380a2529c1025c9 Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Sun, 26 Apr 2020 10:25:33 +0800 Subject: [PATCH] [td-197] fix error in unit test. --- src/client/src/tscUtil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/src/tscUtil.c b/src/client/src/tscUtil.c index 698fa5ffe1..6b8b2b38b4 100644 --- a/src/client/src/tscUtil.c +++ b/src/client/src/tscUtil.c @@ -940,8 +940,6 @@ void tscFieldInfoClear(SFieldInfo* pFieldInfo) { if (pInfo->pArithExprInfo != NULL) { tExprTreeDestroy(&pInfo->pArithExprInfo->pExpr, NULL); - assert(0); -// tfree(pInfo->pArithExprInfo->colList); } } -- GitLab