summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/seq.c')
-rw-r--r--src/runtime/c/gu/seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c
index 761d8d945..fda1be99c 100644
--- a/src/runtime/c/gu/seq.c
+++ b/src/runtime/c/gu/seq.c
@@ -304,6 +304,7 @@ gu_buf_out(GuBuf* buf, GuPool* pool)
bout->stream.output = gu_buf_out_output;
bout->stream.begin_buf = gu_buf_outbuf_begin;
bout->stream.end_buf = gu_buf_outbuf_end;
+ bout->stream.flush = NULL;
bout->buf = buf;
return gu_new_out(&bout->stream, pool);
}