update test case

This commit is contained in:
yihaoDeng 2024-11-26 15:01:04 +08:00
parent d38657118d
commit 022544d226
1 changed files with 1 additions and 0 deletions

View File

@ -15391,6 +15391,7 @@ static int32_t buildUpdateMultiTagValReq(STranslateContext* pCxt, SAlterTableStm
TAOS_CHECK_GOTO(code, NULL, _err); TAOS_CHECK_GOTO(code, NULL, _err);
if (taosArrayPush(pReq->pMultiTag, &val) == NULL) { if (taosArrayPush(pReq->pMultiTag, &val) == NULL) {
tfreeMultiTagUpateVal((void*)&val);
TAOS_CHECK_GOTO(terrno, NULL, _err); TAOS_CHECK_GOTO(terrno, NULL, _err);
} }
} }