summaryrefslogtreecommitdiff
path: root/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams.c')
-rw-r--r--streams.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streams.c b/streams.c
index 10d136d..cc9db63 100644
--- a/streams.c
+++ b/streams.c
@@ -228,6 +228,7 @@ writeterm(Term *stream, Term *options, Term *term)
Stream *
openstreamfd(int fd, Biobuf *bio, int type, int mode)
{
+ /* streams are not garbage collected for now */
Stream *s = malloc(sizeof(Stream));
s->fd = fd;
s->bio = bio;