[Webkit-unassigned] [Bug 56045] REGRESSION (r79781-r79968): Many leaks seen beneath JSWorkerContextBase and WorkerScriptController constructors (leaking a JSGlobalData/JSGlobalObject?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 14:08:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56045





--- Comment #11 from Alexey Proskuryakov <ap at webkit.org>  2011-03-14 14:08:41 PST ---
> I don't see how strings are removed from HashSet

It's it StringImpl destructor: 

#if USE(JSC)
    if (isIdentifier()) {
        if (!wtfThreadData().currentIdentifierTable()->remove(this))
            CRASH();
    }
#endif

-- 
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