Free hostname in midori_web_settings_get_site_data_policy

This commit is contained in:
Christian Dywan 2012-02-28 23:54:52 +01:00
parent 70b85bf600
commit 079403a806

View file

@ -1269,6 +1269,7 @@ midori_web_settings_get_site_data_policy (MidoriWebSettings* settings,
else
g_warning ("%s: Matched with no prefix '%s'", G_STRFUNC, match);
}
g_free (hostname);
return policy;
}