diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 32fd958b..bc9f8390 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -144,7 +144,8 @@ runtime_free (void) { g_free (_data->_xapian_dir); g_free (_data->_muhome); - + g_free (_data->_bookmarks_file); + mu_config_destroy (_data->_config); mu_log_uninit();