Comment #4 on issue 17134 by [email protected]: [MLK] Memory leak in WTF::fastMalloc(UINT) [CHROME.DLL] in multiple tests http://code.google.com/p/chromium/issues/detail?id=17134
This leak is in an expansion of the AtomicString table, which is a thread global in WebCore. I'm pretty sure the entire table is leaked by design (WebKit typically doesn't clean up its static/globals), so all that's needed here is a suppression. Dimitri, does this sound correct? -- 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 -~----------~----~----~----~------~----~------~--~---
