fix(query): remove invalid free.
This commit is contained in:
parent
42f8abcc0e
commit
a36c24eb1c
|
@ -151,8 +151,6 @@ void metaCacheClose(SMeta* pMeta) {
|
||||||
|
|
||||||
taosHashCleanup(pMeta->pCache->sTagFilterResCache.pTableEntry);
|
taosHashCleanup(pMeta->pCache->sTagFilterResCache.pTableEntry);
|
||||||
taosLRUCacheCleanup(pMeta->pCache->sTagFilterResCache.pUidResCache);
|
taosLRUCacheCleanup(pMeta->pCache->sTagFilterResCache.pUidResCache);
|
||||||
|
|
||||||
taosMemoryFree(pMeta->pCache->sTagFilterResCache.keyBuf);
|
|
||||||
taosMemoryFree(pMeta->pCache);
|
taosMemoryFree(pMeta->pCache);
|
||||||
pMeta->pCache = NULL;
|
pMeta->pCache = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue