Remove wrong kind of free for data allocated using talloc.

svn path=/trunk/netsurf/; revision=3113
This commit is contained in:
James Bursa 2006-12-08 22:18:15 +00:00
parent 246352fb97
commit e2d7630ae8

View File

@ -998,7 +998,6 @@ struct css_style * box_get_style(struct content *c,
astyle = css_duplicate_style(&css_empty_style);
if (!astyle) {
xmlFree(s);
css_free_style(style);
return 0;
}
css_parse_property_list(c, astyle, s);