Merge pull request #1079 from taosdata/feature/lihui

[1078]
This commit is contained in:
haojun Liao 2020-01-04 18:45:24 +08:00 committed by GitHub
commit 0ad471e3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
} }