提交 a36c24eb 编写于 作者: H Haojun Liao

fix(query): remove invalid free.

上级 42f8abcc
......@@ -151,8 +151,6 @@ void metaCacheClose(SMeta* pMeta) {
taosHashCleanup(pMeta->pCache->sTagFilterResCache.pTableEntry);
taosLRUCacheCleanup(pMeta->pCache->sTagFilterResCache.pUidResCache);
taosMemoryFree(pMeta->pCache->sTagFilterResCache.keyBuf);
taosMemoryFree(pMeta->pCache);
pMeta->pCache = NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册