Merge pull request #27737 from taosdata/fix/TD-31946
fix: memory leak in dispatcher
This commit is contained in:
commit
ee5c86dd06
|
@ -204,6 +204,7 @@ static int32_t putDataBlock(SDataSinkHandle* pHandle, const SInputData* pInput,
|
|||
|
||||
_return:
|
||||
|
||||
taosMemoryFreeClear(pBuf->pData);
|
||||
taosFreeQitem(pBuf);
|
||||
return code;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue