From 19ccfbca0a09fe5d5728791bd1f90345b5ba77fa Mon Sep 17 00:00:00 2001 From: Pavel Vasin Date: Fri, 8 Jun 2012 21:11:07 +0400 Subject: ephy-completion-model: fix GList of EphyHistoryURL leak https://bugzilla.gnome.org/show_bug.cgi?id=677720 --- src/ephy-completion-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-completion-model.c') diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index d78e19dfd..7ab7619dc 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -416,7 +416,7 @@ query_completed_cb (EphyHistoryService *service, g_free (user_data->search_string); g_slice_free (FindURLsData, user_data); - + g_list_free_full (urls, (GDestroyNotify)ephy_history_url_free); g_slist_free_full (list, (GDestroyNotify)free_potential_row); } -- cgit v1.2.3