* mu-runtime.c: fix small memleak

This commit is contained in:
Dirk-Jan C. Binnema 2011-02-06 10:50:39 +02:00
parent 18ae059a0f
commit ad5aae2c6b
1 changed files with 2 additions and 1 deletions

View File

@ -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();