From 84146e6aaaed7ebdfafd8be87a3e4200789cf6cc Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sat, 20 May 2023 15:16:51 +0800 Subject: [PATCH] other: merge main. --- source/libs/stream/src/streamExec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/stream/src/streamExec.c b/source/libs/stream/src/streamExec.c index b325a8a961..2f019529e4 100644 --- a/source/libs/stream/src/streamExec.c +++ b/source/libs/stream/src/streamExec.c @@ -146,6 +146,7 @@ static int32_t streamTaskExecImpl(SStreamTask* pTask, SStreamQueueItem* pItem, i return code; } + pRes = NULL; size = 0; numOfBlocks = 0; } -- GitLab