[Webkit-unassigned] [Bug 43516] REGRESSION: Huge number of memory leaks after enabling MathML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 5 10:00:11 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43516
--- Comment #4 from Beth Dakin <bdakin at apple.com> 2010-08-05 10:00:11 PST ---
(In reply to comment #3)
> I believe this is the fix that is needed:
>
>
> Index: RenderMathMLOperator.cpp
> ===================================================================
> --- RenderMathMLOperator.cpp (revision 64442)
> +++ RenderMathMLOperator.cpp (working copy)
> @@ -121,6 +121,7 @@
> while (firstChild()) {
> RenderObject* obj = firstChild();
> removeChild(obj);
> + obj->destroy();
> }
>
>
> I just don't have a test system to try this out right now.
Hey Alex! I pin-pointed that exact same problematic spot in the code myself. Unfortunately, the fix you suggest (which I came up with and tested last night), causes crashes. I am trying to work through a non-crashy solution now.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list