From 4e3b7b223e65470120512d7f06fd534b7d90176f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Jan 2004 20:01:12 +0000 Subject: Fix mem leak. 2004-01-25 Christian Persch * embed/ephy-history.c: (ephy_history_finalize): Fix mem leak. --- embed/ephy-history.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed') 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); -- cgit v1.2.3