[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 06:54:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43516
--- Comment #3 from Alex Milowski <alex at milowski.com> 2010-08-05 06:54:50 PST ---
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.
--
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