fix(query): fix memory leak.
This commit is contained in:
parent
ad04f7afff
commit
e46657ada2
|
@ -1125,6 +1125,8 @@ int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode,
|
|||
if (tsTagFilterCache) {
|
||||
metaUidFilterCachePut(metaHandle, pScanNode->suid, context.digest, tListLen(context.digest), pPayload, size, 1);
|
||||
}
|
||||
|
||||
taosMemoryFree(pPayload);
|
||||
}
|
||||
|
||||
_end:
|
||||
|
|
Loading…
Reference in New Issue