summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/properties/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c
index bfcba04..d73c6c7 100644
--- a/src/parse/properties/utils.c
+++ b/src/parse/properties/utils.c
@@ -168,7 +168,7 @@ css_error css__parse_border_side(css_language *c,
error = css__stylesheet_style_create(c->sheet, &width_style);
if (error != CSS_OK) {
css__stylesheet_style_destroy(color_style);
- css__stylesheet_style_destroy(width_style);
+ css__stylesheet_style_destroy(style_style);
return error;
}