fix: typo

This commit is contained in:
Hongze Cheng 2024-12-11 16:06:56 +08:00
parent fd858372f6
commit e853de4d3f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void metaCloneEntryFree(SMetaEntry **ppEntry) {
} else if (TSDB_CHILD_TABLE == (*ppEntry)->type) {
taosMemoryFreeClear((*ppEntry)->ctbEntry.comment);
taosMemoryFreeClear((*ppEntry)->ctbEntry.pTags);
} else if (TSDB_CHILD_TABLE == (*ppEntry)->type) {
} else if (TSDB_NORMAL_TABLE == (*ppEntry)->type) {
metaCloneSchemaFree(&(*ppEntry)->ntbEntry.schemaRow);
taosMemoryFreeClear((*ppEntry)->ntbEntry.comment);
} else {