[epiphany] ephy-frecent-store: plug string leak
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-frecent-store: plug string leak
- Date: Fri, 31 Aug 2012 18:43:58 +0000 (UTC)
commit 0a4c3767f6e8bc5b1e7c9ec6faad124e54dff24b
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]