From c1671f37b1a6b8872d736bfdcee25770dbbd5a06 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 3 Oct 2012 19:24:58 +0100 Subject: reduce talloc usage to box tree layout only --- render/html_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index 9ff0f98cf..53021a15a 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -51,6 +51,8 @@ typedef struct html_content { /** Content has been aborted in the LOADING state */ bool aborted; + /** A talloc context purely for the render box tree */ + int *bctx; /** Box tree, or NULL. */ struct box *layout; /** Document background colour. */ -- cgit v1.2.3