summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-03-11 19:08:52 +0800
committerKevin McCarthy <kevin@8t8.us>2019-03-13 14:28:31 +0800
commit2af2e7bed6fa216129e50976ecfa49d51796b703 (patch)
tree5872268d4a32c00e98767ebe0f67d966ccc91d0c /main.c
parent3fab5d58d41c7cf88d35bf06b0d5f2b5bd199113 (diff)
browser.c: Convert LastDir and LastDirBackup to BUFFER.
Add a cleanup method call to main to free the BUFFERS. Add mutt_buffer_concat_path() buffer helper function.
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 30defd6e..17668945 100644
--- a/main.c
+++ b/main.c
@@ -1338,6 +1338,7 @@ cleanup_and_exit:
#ifdef USE_SASL
mutt_sasl_done ();
#endif
+ mutt_browser_cleanup ();
mutt_free_opts ();
mutt_free_windows ();
mutt_buffer_pool_free ();