[epiphany] ephy-history-window: init hosts to NULL



commit 804bd8348aa940fc82f8400e643639e9782ff35c
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Wed Mar 7 19:49:13 2012 -0500

    ephy-history-window: init hosts to NULL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671613

 src/ephy-history-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 9b25485..228c61e 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]