This commit is contained in:
lihui 2020-01-04 18:53:38 +08:00
parent ded3a2c142
commit 8712b64101
1 changed files with 1 additions and 0 deletions

View File

@ -1086,6 +1086,7 @@ _error_clean:
_clean: _clean:
taosCleanUpIntHash(pSql->pTableHashList); taosCleanUpIntHash(pSql->pTableHashList);
pSql->pTableHashList = NULL; pSql->pTableHashList = NULL;
pSql->asyncTblPos = NULL;
return code; return code;
} }