aboutsummaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-26 20:25:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-26 20:25:38 +0200
commitd3699b66e430f40943242dcc2b2687e871207471 (patch)
treee411b52a84864873b548e2a87514662fde75aa9d /msg.c
parent9a9ff61bbd952c1263b55f82a269da5b09289a6b (diff)
downloadegawk-d3699b66e430f40943242dcc2b2687e871207471.tar.gz
egawk-d3699b66e430f40943242dcc2b2687e871207471.tar.bz2
egawk-d3699b66e430f40943242dcc2b2687e871207471.zip
Finish porting to current code base.
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 5427a963..c0bf38ae 100644
--- a/msg.c
+++ b/msg.c
@@ -162,7 +162,6 @@ gawk_exit(int status)
longjmp(fatal_tag, 1);
}
- /* we could close_io() here */
final_exit(status);
}
@@ -173,6 +172,8 @@ final_exit(int status)
{
/* run any extension exit handlers */
run_ext_exit_handlers(status);
+
+ /* we could close_io() here */
close_extensions();
exit(status);