From ad04c92e30291c4dda952169ec47fccf0d1ba452 Mon Sep 17 00:00:00 2001 From: Alexander Butenko Date: Mon, 12 Oct 2009 19:35:11 +0200 Subject: [PATCH] Initialize hosts for prefetching with an empty string --- extensions/dnsprefetch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/dnsprefetch.c b/extensions/dnsprefetch.c index 326050cb..4a00be3f 100644 --- a/extensions/dnsprefetch.c +++ b/extensions/dnsprefetch.c @@ -124,6 +124,7 @@ dnsprefetch_activate_cb (MidoriExtension* extension, MidoriBrowser* browser; guint i; + katze_assign (hosts, g_strdup ("")); host_count = 0; browsers = katze_object_get_object (app, "browsers");