This commit is contained in:
Hongze Cheng 2021-11-02 16:19:44 +08:00
parent e04bccdca4
commit 7f26ac3de0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void metaClose(SMeta *pMeta) {
if (pMeta) {
tableUidGeneratorClear(&pMeta->uidGnrt);
metaCloseDB(pMeta);
free(pMeta);
metaFree(pMeta);
}
}