summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box_construct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 0b00570bf..41df9ad3b 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -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);