fix(stream): fix syntax error

This commit is contained in:
Haojun Liao 2023-07-17 12:54:05 +08:00
parent d7f7a7d6cf
commit eaaf306c81
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ int32_t extractDelDataBlock(const void* pData, int32_t len, int64_t ver, SStream
taosArrayDestroy(pRes->uidList);
*pRefBlock = taosAllocateQitem(sizeof(SStreamRefDataBlock), DEF_QITEM, 0);
if (pRefBlock == NULL) {
if (*pRefBlock == NULL) {
return TSDB_CODE_OUT_OF_MEMORY;
}