* 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

View File

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