Initialize hosts for prefetching with an empty string
This commit is contained in:
parent
9702fbf5e4
commit
ad04c92e30
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue