adj res
This commit is contained in:
parent
3ec51c77c4
commit
5d9101b28d
|
@ -526,12 +526,13 @@ static int32_t createTableCacheVal(const SMetaReader* pMetaReader, STableCachedV
|
|||
memcpy(pVal->pTags, pTag, pTag->len);
|
||||
}
|
||||
|
||||
(*ppResVal) = pVal;
|
||||
|
||||
_end:
|
||||
if (code != TSDB_CODE_SUCCESS) {
|
||||
qError("%s failed at line %d since %s", __func__, lino, tstrerror(code));
|
||||
freeTableCachedVal(pVal);
|
||||
}
|
||||
(*ppResVal) = pVal;
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue