Merge pull request #4211 from taosdata/hotfix/TD-2084

[TD-2084]<hotfix>: invalid read when close TSDB
This commit is contained in:
Shengliang Guan 2020-11-13 14:50:58 +08:00 committed by GitHub
commit 6f2f7335ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -462,8 +462,8 @@ _exit:
tdFreeDataCols(pDataCols);
tsdbDestroyCommitIters(iters, pMem->maxTables);
tsdbDestroyHelper(&whelper);
tsdbEndCommit(pRepo);
tsdbInfo("vgId:%d commit over", pRepo->config.tsdbId);
tsdbEndCommit(pRepo);
return NULL;
}