fix:[TS-5776]add test case
This commit is contained in:
parent
6f2ccfc3b2
commit
551eb5bf41
|
@ -11605,7 +11605,7 @@ void tDeleteMqRawDataRsp(SMqDataRsp *pRsp) {
|
|||
tOffsetDestroy(&pRsp->reqOffset);
|
||||
tOffsetDestroy(&pRsp->rspOffset);
|
||||
if (pRsp->rawData != NULL){
|
||||
taosMemoryFree(pRsp->rawData - sizeof(SMqRspHead));
|
||||
taosMemoryFree(POINTER_SHIFT(pRsp->rawData, - sizeof(SMqRspHead)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue