From cf67233a08169d16537640b43009122b788c1cf8 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 29 Jan 2009 16:24:44 +0100 Subject: free font names from style="" attributes (found by Jeremy) --- src/cssparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cssparser.cc') diff --git a/src/cssparser.cc b/src/cssparser.cc index 87718d31..bd5949bd 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -1186,7 +1186,7 @@ void a_Css_parse(CssContext * context, CssPropertyList *a_Css_parse_declaration(const char *buf, int buflen) { - CssPropertyList *props = new CssPropertyList (); + CssPropertyList *props = new CssPropertyList (true); CssParser parser; parser.context = NULL; -- cgit v1.2.3