[Webkit-unassigned] [Bug 21924] HashTable internal index is not always deleted
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 28 09:16:00 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21924
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24714|review? |review-
Flag| |
------- Comment #2 from ap at webkit.org 2008-10-28 09:15 PDT -------
(From update of attachment 24714)
HashTable::deleteTable is called from JSGlobalData destructor to avoid having
destructors for static objects, which this patch would introduce.
However, the problem is real - in WebCore/bindings/js/JSDOMBinding.cpp,
DOMObjectHashTableMap isn't properly cleaned up! This only affects worker
threads though.
--
Configure bugmail: https://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