[Webkit-unassigned] [Bug 16725] Memory leak in kjs_binding.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 15:40:01 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16725


ggaren at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from ggaren at apple.com  2008-01-03 15:40 PDT -------
void ScriptInterpreter::forgetAllDOMNodesForDocument(Document* document)
{
    ASSERT(document);
    NodeMap* map = domNodesPerDocument().take(document);
    if (!map)
        return;
    removeWrappers(*map);
    delete map; // <-- BINGO
}


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list