From b70676a2646b22446756656214e5b1cd2de987a6 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 7 May 2020 16:01:46 -0700 Subject: Add L10N strings to exit_handler(). Since gettext() is not safe in the handler, cache them in advance. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') 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 (); -- cgit v1.2.3