fix: compile error

This commit is contained in:
Hongze Cheng 2024-07-18 14:07:26 +08:00
parent 69e79966b6
commit 927300c924
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ static int32_t tsdbGetOrCreateTbData(SMemTable *pMemTable, tb_uid_t suid, tb_uid
code = tsdbMemTableRehash(pMemTable);
if (code) {
taosWUnLockLatch(&pMemTable->latch);
goto _err;
goto _exit;
}
}
@ -798,4 +798,4 @@ SArray *tsdbMemTableGetTbDataArray(SMemTable *pMemTable) {
_exit:
return aTbDataP;
}
}