Comment #16 on issue 6532 by [email protected]: [MLK] On exit, tasks are  
not getting deleted in MessageLoop::DeletePendingTasks
http://code.google.com/p/chromium/issues/detail?id=6532

If we think it's *mostly* safe to do so, ignoring the rare crash is likely  
easier
than than playing wack-a-mole with timing dependent, hard to pin down  
leaks.  As
we've talked about before, even though these aren't "real" leaks, they're  
impossible
to distinguish from such, so we can't filter them out.  Maybe just change  
this code
to the following:
       // TODO(darin): Delete all tasks once it is safe to do so.
#ifdef PURIFY
       delete task;
#endif


--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to