summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 012b4da1..865dee7b 100644
--- a/parser.c
+++ b/parser.c
@@ -426,7 +426,10 @@ static void load_rcfile(val name)
format(std_output, lit("** details: ~a\n"), car(va), nao);
}
- uw_unwind;
+ uw_unwind {
+ if (stream)
+ close_stream(stream, nil);
+ }
uw_catch_end;
}