diff options
-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; |