diff options
-rw-r--r-- | 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 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; |