fix mem leak
This commit is contained in:
parent
198486977e
commit
87818986e0
|
@ -982,6 +982,7 @@ int32_t schAsyncSendMsg(SSchJob *pJob, SSchTask *pTask, SSchTrans *trans, SQuery
|
||||||
SCH_ERR_JRET(code);
|
SCH_ERR_JRET(code);
|
||||||
}
|
}
|
||||||
trans->pHandle = (void *)refId;
|
trans->pHandle = (void *)refId;
|
||||||
|
pMsgSendInfo->msgInfo.handle =trans->pHandle;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pJob && pTask) {
|
if (pJob && pTask) {
|
||||||
|
|
Loading…
Reference in New Issue