fix(query): fix memory leak.
This commit is contained in:
parent
a70f8cea91
commit
24c83dc83a
|
@ -367,6 +367,7 @@ void tSimpleHashCleanup(SSHashObj *pHashObj) {
|
|||
return;
|
||||
}
|
||||
|
||||
taosArrayDestroyEx(pHashObj->pHashNodeBuf, destroyItems);
|
||||
tSimpleHashClear(pHashObj);
|
||||
taosMemoryFreeClear(pHashObj->hashList);
|
||||
taosMemoryFree(pHashObj);
|
||||
|
|
Loading…
Reference in New Issue