Merge pull request #1080 from taosdata/master-lihui

[#1078]
This commit is contained in:
fangpanpan 2020-01-04 20:56:12 +08:00 committed by GitHub
commit 26974aae2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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