From cd7293320173dfa5ae12810ec51b0708c8bae924 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 19 Jan 2011 21:15:23 +0000 Subject: Ensure we free more of the css stuff for the box model. svn path=/trunk/netsurf/; revision=11399 --- render/box.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index f8c85627b..5ca366497 100644 --- a/render/box.h +++ b/render/box.h @@ -141,6 +141,8 @@ struct box { * a box's 'styles' select results, except for implied boxes, where it * is a pointer to an owned computed style. */ css_computed_style *style; + /** Whether the style is owned by this box. */ + bool style_owned; /** Coordinate of left padding edge relative to parent box, or relative * to ancestor that contains this box in float_children for FLOAT_. */ -- cgit v1.2.3