[TD-2084]<hotfix>: invalid read when close TSDB

This commit is contained in:
Hongze Cheng 2020-11-13 14:09:11 +08:00
parent f197b4a27b
commit 2b90bb6564
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;
}