aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-09-29 02:31:46 +0800
committerChristian Persch <chpe@src.gnome.org>2005-09-29 02:31:46 +0800
commit473a9c17b8d50b3cff07c3ab26f39a60ff64aeac (patch)
tree82d2b47b2ea7f96cdd42c6c651dd65af9a68837e /src
parent987c5c02385bf24d79ad7273d3ebf000e53fb08a (diff)
downloadgsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar.gz
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar.bz2
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar.lz
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar.xz
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.tar.zst
gsoc2013-epiphany-473a9c17b8d50b3cff07c3ab26f39a60ff64aeac.zip
Don't free const strings.
2005-09-28 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_file_bookmark_page): Don't free const strings.
Diffstat (limited to 'src')
-rw-r--r--src/window-commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 779b3be3d..dc6d5b44f 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -299,8 +299,6 @@ window_cmd_file_bookmark_page (GtkAction *action,
(EPHY_NEW_BOOKMARK (new_bookmark), icon);
gtk_widget_show (new_bookmark);
}
-
- g_free (title);
}
static void