aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-31 18:45:22 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:02 +0800
commit0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b (patch)
tree8bf0a5a02dfbf61f220b6a95102ece44072b7486 /lib
parent7ca9e06178c842f4624b090f2e0dbf068a9f708f (diff)
downloadgsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.gz
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.bz2
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.lz
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.xz
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.zst
gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.zip
ephy-frecent-store: plug string leak
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-frecent-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-frecent-store.c b/lib/widgets/ephy-frecent-store.c
index 8e9e05b80..540c1007c 100644
--- a/lib/widgets/ephy-frecent-store.c
+++ b/lib/widgets/ephy-frecent-store.c
@@ -76,6 +76,7 @@ on_find_urls_cb (EphyHistoryService *service,
-1);
peek_snapshot = TRUE;
}
+ g_free (old_url);
if (ephy_overview_store_needs_snapshot (EPHY_OVERVIEW_STORE (store), &treeiter))
peek_snapshot = TRUE;