fix/TS-6028-column-name-fix-cases
This commit is contained in:
parent
078c7bdc31
commit
cdb11dd497
|
@ -1404,13 +1404,6 @@ _OVER:
|
||||||
tFreeSMCreateStbReq(&createReq);
|
tFreeSMCreateStbReq(&createReq);
|
||||||
|
|
||||||
if (pHash != NULL) {
|
if (pHash != NULL) {
|
||||||
pIter = taosHashIterate(pHash, NULL);
|
|
||||||
while (pIter) {
|
|
||||||
STablesReq *pDb = (STablesReq *)pIter;
|
|
||||||
taosArrayDestroy(pDb->pTables);
|
|
||||||
pIter = taosHashIterate(pHash, pIter);
|
|
||||||
}
|
|
||||||
|
|
||||||
taosHashCleanup(pHash);
|
taosHashCleanup(pHash);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue