fix CI problem

This commit is contained in:
Hongze Cheng 2024-07-17 09:57:13 +08:00
parent d8e3279ca6
commit 53d917cf89
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ static void generateTimedTask(int64_t refId, int32_t type) {
if (tmq == NULL) return;
code = taosAllocateQitem(sizeof(int8_t), DEF_QITEM, 0, (void**)&pTaskType);
if (code) {
if (code == TSDB_CODE_SUCCESS) {
*pTaskType = type;
if (taosWriteQitem(tmq->delayedTask, pTaskType) == 0) {
tsem2_post(&tmq->rspSem);