summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-05-07 16:01:46 -0700
committerKevin McCarthy <kevin@8t8.us>2020-05-07 16:01:46 -0700
commitb70676a2646b22446756656214e5b1cd2de987a6 (patch)
treeff8262db05f603eac765e12d0ef0b2e60981a789 /main.c
parent6c21b1114cc4c709a6787f55f1dc539c3769e5da (diff)
Add L10N strings to exit_handler().
Since gettext() is not safe in the handler, cache them in advance.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 1a067bb2..293f7172 100644
--- a/main.c
+++ b/main.c
@@ -1370,6 +1370,7 @@ cleanup_and_exit:
mutt_browser_cleanup ();
mutt_commands_cleanup ();
crypt_cleanup ();
+ mutt_signal_cleanup ();
mutt_free_opts ();
mutt_free_windows ();
mutt_buffer_pool_free ();