aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r--src/ephy-location-action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index 1fdace52d..486a4daea 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -133,13 +133,11 @@ match_func (GtkEntryCompletion *completion,
ret = (g_regex_match (regex, item, G_REGEX_MATCH_NOTEMPTY, NULL)
|| g_regex_match (regex, url, G_REGEX_MATCH_NOTEMPTY, NULL)
|| g_regex_match (regex, keywords, G_REGEX_MATCH_NOTEMPTY, NULL)
- || (extra && g_regex_match (regex, extra, G_REGEX_MATCH_NOTEMPTY, NULL))
);
g_free (item);
g_free (url);
g_free (keywords);
- g_free (extra);
return ret;
}