diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index ab6fcd5e1..984282448 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -574,6 +574,8 @@ ephy_history_finalize (GObject *object) eel_gconf_notification_remove (eb->priv->disable_history_notifier_id); + g_free (eb->priv->xml_file); + LOG ("Global history finalized"); G_OBJECT_CLASS (parent_class)->finalize (object); |