提交 f13ad5b4 编写于 作者: U uce

[FLINK-980] Fix buffer leak in OutputChannel

上级 2f0bd8fa
......@@ -66,6 +66,7 @@ public class OutputChannel extends Channel {
// discard empty buffers
if (buffer.size() == 0) {
buffer.recycleBuffer();
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册