Merge pull request #17509 from taosdata/feature/stream_ly
Merge pull request #17493 from taosdata/fix/TD-19655-V30
This commit is contained in:
commit
95dbfd4813
|
@ -253,6 +253,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta) {
|
|||
if (pTask == NULL) {
|
||||
tdbFree(pKey);
|
||||
tdbFree(pVal);
|
||||
tdbTbcClose(pCur);
|
||||
return -1;
|
||||
}
|
||||
tDecoderInit(&decoder, (uint8_t*)pVal, vLen);
|
||||
|
|
Loading…
Reference in New Issue