aboutsummaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/msg.c b/msg.c
index bc446a14..c0bf38ae 100644
--- a/msg.c
+++ b/msg.c
@@ -173,5 +173,8 @@ final_exit(int status)
/* run any extension exit handlers */
run_ext_exit_handlers(status);
+ /* we could close_io() here */
+ close_extensions();
+
exit(status);
}