aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-encoding-menu.c')
-rw-r--r--src/ephy-encoding-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c
index 54481dbd3..95b3ed050 100644
--- a/src/ephy-encoding-menu.c
+++ b/src/ephy-encoding-menu.c
@@ -283,7 +283,7 @@ ephy_encoding_menu_rebuild (EphyEncodingMenu *wrhm)
charset_index++;
}
-
+ g_list_foreach (charsets, (GFunc)g_free, NULL);
g_list_free (charsets);
g_string_append (xml, "</submenu>");
group_index++;