make it compile

This commit is contained in:
Hongze Cheng 2024-09-24 16:21:51 +08:00
parent cccd2483d0
commit 6abd0d6749
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ int32_t tsdbCommitCommit(STsdb *tsdb) {
(void)taosThreadMutexUnlock(&tsdb->mutex);
TAOS_UNUSED();
tsdbCommitInfoDestroy(tsdb);
tsdbUnrefMemTable(pMemTable, NULL, true);
}