From 7f1d95504677324db94b5f4b3be188e5ef0f7a4c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sat, 3 Mar 2012 00:56:14 -0500 Subject: ephy-history-service-hosts-table: init host to NULL https://bugzilla.gnome.org/show_bug.cgi?id=671594 --- lib/history/ephy-history-service-hosts-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/history') 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); -- cgit v1.2.3