This commit is contained in:
lihui 2020-01-04 18:41:21 +08:00
parent d1c3128237
commit 501d005098
1 changed files with 1 additions and 0 deletions

View File

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