On Thu, Jan 29, 2009 at 01:03:29PM +0000, Jeremy Henty wrote:
On Thu, Jan 29, 2009 at 01:25:29PM +0100, Hofmann Johannes wrote:
Can you please retry with the user-agent style parsing disabled:
diff -r 4b5125e3ca89 src/css.cc --- a/src/css.cc Thu Jan 29 12:38:20 2009 +0100 +++ b/src/css.cc Thu Jan 29 13:24:16 2009 +0100 @@ -327,7 +327,7 @@ CssContext::CssContext () { sheet[CSS_PRIMARY_USER] = userStyle; sheet[CSS_PRIMARY_USER_IMPORTANT] = userImportantStyle;
- buildUserAgentStyle (); + //buildUserAgentStyle (); buildUserStyle (); }
That takes out most of the "indirectly lost" memory but doesn't affect the "definitely lost" stuff that valgrind generates the suppression for. Log attached.
Next try. Please check attached patch. Thanks for testing this, Johannes