fix(stream): remove invalid free.
This commit is contained in:
parent
5a695f632c
commit
07ec6f38b8
|
@ -432,8 +432,7 @@ static void doRetryDispatchData(void* param, void* tmrId) {
|
||||||
int32_t code = 0;
|
int32_t code = 0;
|
||||||
{
|
{
|
||||||
SArray* pList = taosArrayDup(pTask->msgInfo.pRetryList, NULL);
|
SArray* pList = taosArrayDup(pTask->msgInfo.pRetryList, NULL);
|
||||||
taosArrayDestroy(pTask->msgInfo.pRetryList);
|
taosArrayClear(pTask->msgInfo.pRetryList);
|
||||||
pTask->msgInfo.pRetryList = NULL;
|
|
||||||
|
|
||||||
SStreamDispatchReq *pReq = pTask->msgInfo.pData;
|
SStreamDispatchReq *pReq = pTask->msgInfo.pData;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue