diff options
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index c66adde85..2500c78b8 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -294,6 +294,7 @@ ephy_encodings_add_recent (EphyEncodings *encodings, (GCompareFunc) strcmp); if (element != NULL) { + g_free (element->data); encodings->priv->recent = g_slist_remove_link (encodings->priv->recent, element); } |