diff options
Diffstat (limited to 'render/box.c')
-rw-r--r-- | render/box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c index 061c022b2..94c891629 100644 --- a/render/box.c +++ b/render/box.c @@ -2458,7 +2458,7 @@ void box_free_box(struct box *box) free(box->href); free(box->title); free(box->col); - if (!box->style_clone) + if (!box->style_clone && box->style) css_free_style(box->style); } |