diff options
Diffstat (limited to 'src/appearance-prefs.c')
-rwxr-xr-x | src/appearance-prefs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appearance-prefs.c b/src/appearance-prefs.c index 72d275f35..e19e95c79 100755 --- a/src/appearance-prefs.c +++ b/src/appearance-prefs.c @@ -220,7 +220,8 @@ setup_font_menu (AppearancePrefs *dialog, g_free (default_font); - /* FIXME free the list */ + g_list_foreach (fonts, (GFunc)g_free, NULL); + g_list_free (fonts); } static void |