From: Alexander Butenko Date: Mon, 12 Oct 2009 17:35:11 +0000 (+0200) Subject: Initialize hosts for prefetching with an empty string X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad04c92e30291c4dda952169ec47fccf0d1ba452;p=midori Initialize hosts for prefetching with an empty string --- 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");