fix ci error

This commit is contained in:
xiao-77 2024-09-23 11:33:06 +08:00
parent 1e61539838
commit abc55063cd
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ static void *mndBuildTimerMsg(int32_t *pContLen) {
if (pReq == NULL) return NULL; if (pReq == NULL) return NULL;
if (tSerializeSMTimerMsg(pReq, contLen, &timerReq) < 0) { if (tSerializeSMTimerMsg(pReq, contLen, &timerReq) < 0) {
rpcFreeCont(pReq); mError("failed to serialize timer msg since %s", terrstr());
return NULL;
} }
*pContLen = contLen; *pContLen = contLen;
return pReq; return pReq;