diff --git a/src/client/src/tscParseInsert.c b/src/client/src/tscParseInsert.c index f01652b716..3360f6b26a 100644 --- a/src/client/src/tscParseInsert.c +++ b/src/client/src/tscParseInsert.c @@ -1086,6 +1086,7 @@ _error_clean: _clean: taosCleanUpIntHash(pSql->pTableHashList); pSql->pTableHashList = NULL; + pSql->asyncTblPos = NULL; return code; }