Comment #2 on issue 6528 by [email protected]: [MLK] xmlListCreate [CHROME.DLL] http://code.google.com/p/chromium/issues/detail?id=6528
After some investigation I do not think any of the leaks that point to metrics_log.cc and eventually libxml is a real leak. MetricsService creates a MetricsLog object that in turn allocates a buffer and writer from libxml. Both of these are cleaned up properly inside MetricsLog and MetricsService also seems to cleanup MetricsLog properly. I think these leaks probably showed up when the test didn't finish and the clean up didn't happen. I tried bunch of tests in this list with purify and none of them showed libxml related leaks. May be we should close this as non-reproducible. -- 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 -~----------~----~----~----~------~----~------~--~---
