From 804bd8348aa940fc82f8400e643639e9782ff35c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 7 Mar 2012 19:49:13 -0500 Subject: ephy-history-window: init hosts to NULL https://bugzilla.gnome.org/show_bug.cgi?id=671613 --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 9b254855e..228c61eb0 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1030,7 +1030,7 @@ on_get_hosts_cb (gpointer service, { EphyHistoryWindow *window = EPHY_HISTORY_WINDOW (user_data); EphyHistoryHost *selected_host; - GList *hosts; + GList *hosts = NULL; if (success != TRUE) goto out; -- cgit v1.2.3