fix mem leak

This commit is contained in:
yihaoDeng 2023-08-04 15:59:34 +08:00
parent 56ed422f88
commit a4da6e9a88
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta, int64_t ver) {
tsDataDir);
return -1;
}
tDecoderClear(&decoder);
if (pTask->status.taskStatus == TASK_STATUS__DROPPING) {
int32_t taskId = pTask->id.taskId;