aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 671cf2525..b991c6065 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -255,6 +255,9 @@ completion_func (GtkEntryCompletion *completion,
g_free (item);
g_free (normalized_string);
g_free (case_normalized_string);
+ g_free (keywords);
+ g_free (normalized_keywords);
+ g_free (case_normalized_keywords);
return ret;
}