aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 2236cdd18..d23667c12 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -824,7 +824,9 @@ ephy_tab_finalize (GObject *object)
}
g_free (priv->title);
+ g_free (priv->loading_title);
g_free (priv->address);
+ g_free (priv->typed_address);
g_free (priv->icon_address);
g_free (priv->link_message);
g_free (priv->status_message);