summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-03-31 16:19:00 -0700
committerKevin McCarthy <kevin@8t8.us>2020-03-31 16:19:00 -0700
commit0e71d0eec8622641da9a8afe8c8d341f807fc085 (patch)
tree9ff556536195874d5354a032642de674b9484360 /main.c
parenta9451f9d5fd0d47ec6c1efa4c011d5ab9f9a16f3 (diff)
Create crypt glue cleanup method.
Create stub classic smime and cleanup functions, which will be used in the next commit.
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 2383485c..3143bca9 100644
--- a/main.c
+++ b/main.c
@@ -1369,6 +1369,7 @@ cleanup_and_exit:
#endif
mutt_browser_cleanup ();
mutt_commands_cleanup ();
+ crypt_cleanup ();
mutt_free_opts ();
mutt_free_windows ();
mutt_buffer_pool_free ();