check return code

This commit is contained in:
yihaoDeng 2024-09-26 15:28:00 +08:00
parent 67b0e076bd
commit 94b3a07eff
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ SIndexTerm* indexTermCreate(int64_t suid, SIndexOperOnColumn oper, uint8_t colTy
taosMemoryFree(tm->colName);
taosMemoryFree(tm);
terrno = TSDB_CODE_OUT_OF_MEMORY;
return NULL
return NULL;
}
len = (int32_t)strlen(emptyStr);
}