From a57d4a1eb389fe63fb92207e574f1e1691cf5e4c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 8 Jan 2016 12:56:37 +0100 Subject: epub: Use pool allocator for fz_html box tree. --- include/mupdf/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mupdf/html.h b/include/mupdf/html.h index 7a9a192d..14966c47 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -177,6 +177,7 @@ struct fz_html_s fz_css_style style; int list_item; int is_first_flow; /* for text-indent */ + fz_pool *pool; /* pool allocator for this html tree (only set for root block) */ }; enum -- cgit v1.2.3