commit | 20e8000df85972c5fd53d287753a189c45b9408c | [log] [tgz] |
---|---|---|
author | fdoray <[email protected]> | Sat Oct 01 15:37:29 2016 |
committer | Commit bot <[email protected]> | Sat Oct 01 15:39:51 2016 |
tree | f9c2720c82c73f87182c0dd49aeb6fc49ccd20fa | |
parent | 62fa917d17ee2358ab4c9c747318eafa897400e7 [diff] |
Add comment about leaked FileDescriptorWatcher::Controller::Watcher. If the MessageLoopForIO is deleted before Watcher::StartWatching() runs, |watcher_| is leaked. If the MessageLoopForIO is deleted after Watcher::StartWatching() runs but before the DeleteSoon task runs, |watcher_| is deleted from Watcher::WillDestroyCurrentMessageLoop(). BUG=645114 Review-Url: https://codereview.chromium.org/2382443011 Cr-Commit-Position: refs/heads/master@{#422320}