Updates:
Cc: [email protected]
Comment #3 on issue 23396 by [email protected]: Purify MLK error in
test_shell_tests after merge
http://code.google.com/p/chromium/issues/detail?id=23396
(Note that these leaks were already there and suppressed, but the change to
the
signature of V8AbstractEventListener::handleEvent() in WebKit 48884
re-exposed them
in a new guise).
Looks like the Vector<V8EventListener*> allocated at
V8EventListenerList:133 and
owned by m_table isn't getting freed. It's only deleted at
V8EventListenerList::152,
when a listener is removed from the list. If a listener is never removed
from the
list, the vector will never be deleted. As a failsafe, it looks like it
should also be deleted in V8EventListenerList::clear(), when m_table is
cleared.
I'll try applying this fix over in WebKit.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---