update test case
This commit is contained in:
parent
d38657118d
commit
022544d226
|
@ -15391,6 +15391,7 @@ static int32_t buildUpdateMultiTagValReq(STranslateContext* pCxt, SAlterTableStm
|
|||
TAOS_CHECK_GOTO(code, NULL, _err);
|
||||
|
||||
if (taosArrayPush(pReq->pMultiTag, &val) == NULL) {
|
||||
tfreeMultiTagUpateVal((void*)&val);
|
||||
TAOS_CHECK_GOTO(terrno, NULL, _err);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue