[epiphany/in-tab-overview] ephy-frecent-store: plug string leak



commit a185b5f6d8caf8113bc40630d5320b352fb5318c
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 31 13:45:22 2012 +0300

    ephy-frecent-store: plug string leak

 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 8e9e05b..540c100 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]