more fix
This commit is contained in:
parent
cebb964e31
commit
7aa16f8e98
|
@ -1647,7 +1647,9 @@ int32_t tsdbFinishCommit(STsdb *pTsdb) {
|
|||
|
||||
// unlock
|
||||
taosThreadRwlockUnlock(&pTsdb->rwLock);
|
||||
if (pMemTable) {
|
||||
tsdbUnrefMemTable(pMemTable);
|
||||
}
|
||||
|
||||
_exit:
|
||||
if (code) {
|
||||
|
|
Loading…
Reference in New Issue