diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; } |