diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-08-31 18:45:22 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:34:02 +0800 |
commit | 0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b (patch) | |
tree | 8bf0a5a02dfbf61f220b6a95102ece44072b7486 | |
parent | 7ca9e06178c842f4624b090f2e0dbf068a9f708f (diff) | |
download | gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.gz gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.tar.zst gsoc2013-epiphany-0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b.zip |
ephy-frecent-store: plug string leak
-rw-r--r-- | lib/widgets/ephy-frecent-store.c | 1 |
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; |