* mu-runtime.c: fix small memleak
This commit is contained in:
@ -144,6 +144,7 @@ runtime_free (void)
|
||||
{
|
||||
g_free (_data->_xapian_dir);
|
||||
g_free (_data->_muhome);
|
||||
g_free (_data->_bookmarks_file);
|
||||
|
||||
mu_config_destroy (_data->_config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user