fix/TS-6028-column-name-fix-cases

This commit is contained in:
dmchen 2025-02-21 10:10:44 +08:00
parent 078c7bdc31
commit cdb11dd497
1 changed files with 0 additions and 7 deletions

View File

@ -1404,13 +1404,6 @@ _OVER:
tFreeSMCreateStbReq(&createReq);
if (pHash != NULL) {
pIter = taosHashIterate(pHash, NULL);
while (pIter) {
STablesReq *pDb = (STablesReq *)pIter;
taosArrayDestroy(pDb->pTables);
pIter = taosHashIterate(pHash, pIter);
}
taosHashCleanup(pHash);
}