This commit is contained in:
Hongze Cheng 2022-10-19 10:43:06 +08:00
parent cebb964e31
commit 7aa16f8e98
1 changed files with 3 additions and 1 deletions

View File

@ -1647,7 +1647,9 @@ int32_t tsdbFinishCommit(STsdb *pTsdb) {
// unlock
taosThreadRwlockUnlock(&pTsdb->rwLock);
if (pMemTable) {
tsdbUnrefMemTable(pMemTable);
}
_exit:
if (code) {