Updates:
        Labels: -Pri-1 Pri-2

Comment #15 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

Line 367 of message_loop.cc currently reads (inside a loop in  
DeletePendingTasks():

       // TODO(darin): Delete all tasks once it is safe to do so.
       //delete task;

Hence this is a pending todo, waiting till we are sure we can get away with  
such
without crashing..

At I minimum, I'm going to push this down to P2.

It could be that for purify runs, we could enable the deletion of tasks, to  
help
prove that we're not "leaking" memory here (and that we fully understand  
and have a
handle on all these tasks (and their references).

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