提交 317a7c83 编写于 作者: H Haojun Liao

fix(stream): fix message lost bug during pause stream.

上级 c24a7f64
...@@ -381,12 +381,12 @@ int32_t streamExecForAll(SStreamTask* pTask) { ...@@ -381,12 +381,12 @@ int32_t streamExecForAll(SStreamTask* pTask) {
} }
} }
if (streamTaskShouldStop(&pTask->status)) { // if (streamTaskShouldStop(&pTask->status)) {
if (pInput) { // if (pInput) {
streamFreeQitem(pInput); // streamFreeQitem(pInput);
} // }
return 0; // return 0;
} // }
if (pInput == NULL) { if (pInput == NULL) {
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册