diff options
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -158,5 +158,9 @@ gawk_exit(int status) exit_val = status; longjmp(fatal_tag, 1); } + + /* we could close_io() here */ + close_extensions(); + exit(status); } |