diff options
Diffstat (limited to 'lib/history/ephy-history-service-hosts-table.c')
-rw-r--r-- | lib/history/ephy-history-service-hosts-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service-hosts-table.c b/lib/history/ephy-history-service-hosts-table.c index 880a6392a..aced16e7c 100644 --- a/lib/history/ephy-history-service-hosts-table.c +++ b/lib/history/ephy-history-service-hosts-table.c @@ -298,7 +298,7 @@ ephy_history_service_get_host_row_from_url (EphyHistoryService *self, { GList *host_locations, *l; char *hostname; - EphyHistoryHost *host; + EphyHistoryHost *host = NULL; host_locations = get_hostname_and_locations (url, &hostname); |