Comment #7 on issue 5329 by [email protected]: [Purify-Layout-Test] Memory Leak at NPN_RegisterObject http://code.google.com/p/chromium/issues/detail?id=5329
This is a bug in the test. The test opens two sub-windows and does not close them before exiting. Test shell injects window.layoutTestController into each, and if the windows aren't closed, this will appear to leak. Just adding wnd0.close() and wnd1.close() into the test page fixes the issue. -- 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 -~----------~----~----~----~------~----~------~--~---
