aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 88fe946fe..45f64fdcf 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -475,6 +475,8 @@ cmd_delete (GtkAction *action,
{
ephy_node_view_remove (EPHY_NODE_VIEW (editor->priv->sites_view));
}
+
+ g_list_free (selected);
}
}