fix: memory leak in dispatcher
This commit is contained in:
parent
9a3bc48326
commit
cbafc37880
|
@ -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