diff options
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c935f9d04..671cf2525 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -242,6 +242,8 @@ completion_func (GtkEntryCompletion *completion, if (!strncmp (key_prefixed, case_normalized_string, strlen (key_prefixed))) { + g_free (key_prefixed); + ret = TRUE; break; } |