mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Remove wrong kind of free for data allocated using talloc.
svn path=/trunk/netsurf/; revision=3113
This commit is contained in:
parent
246352fb97
commit
e2d7630ae8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user