aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-04-24 03:06:43 +0800
committerXan Lopez <xan@src.gnome.org>2003-04-24 03:06:43 +0800
commitaea7ecd4cbfc8f7ac91263279e89246956b9a281 (patch)
tree9f3a5c92111474b5aa85d90fd8d1d266f786afdc /src/bookmarks/ephy-bookmarks-editor.c
parent64ea5b29d748e2e3c9337d1e5845776221d67a2b (diff)
downloadgsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.gz
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.bz2
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.lz
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.xz
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.tar.zst
gsoc2013-epiphany-aea7ecd4cbfc8f7ac91263279e89246956b9a281.zip
Remove --geometry option, we weren't respecting it anyway (this patch
Remove --geometry option, we weren't respecting it anyway (this patch patronized by marco's "DropDropDrop" project). Fix Leak.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index aed373524..2e6302430 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -361,6 +361,7 @@ cmd_delete (EggAction *action,
{
ephy_node_view_remove (EPHY_NODE_VIEW (editor->priv->key_view));
}
+ g_list_free (selected);
}
}