fix mem leak

This commit is contained in:
yihaoDeng 2024-09-02 19:02:56 +08:00
parent 198486977e
commit 87818986e0
1 changed files with 1 additions and 0 deletions

View File

@ -982,6 +982,7 @@ int32_t schAsyncSendMsg(SSchJob *pJob, SSchTask *pTask, SSchTrans *trans, SQuery
SCH_ERR_JRET(code);
}
trans->pHandle = (void *)refId;
pMsgSendInfo->msgInfo.handle =trans->pHandle;
}
if (pJob && pTask) {