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