Merge pull request #17509 from taosdata/feature/stream_ly

Merge pull request #17493 from taosdata/fix/TD-19655-V30
This commit is contained in:
Shengliang Guan 2022-10-20 14:48:47 +08:00 committed by GitHub
commit 95dbfd4813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);