diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 15:55:16 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 15:55:16 +0000 |
commit | b7c5c4c630b0cda10673ac305041d40e410d55bd (patch) | |
tree | 4c344504a1c3d22e50c7f5f764e6d1ec87e65d23 /webkit/glue | |
parent | 041714884eb8fb9b55c0f4ad2369fd1ead4606ea (diff) | |
download | chromium_src-b7c5c4c630b0cda10673ac305041d40e410d55bd.zip chromium_src-b7c5c4c630b0cda10673ac305041d40e410d55bd.tar.gz chromium_src-b7c5c4c630b0cda10673ac305041d40e410d55bd.tar.bz2 |
Fix a invalid read found by valgrind in process singleton linux.
We set up a listener on the IO thread, but the listener lived longer
than the IO thread. Instead, register a listener to stop listening
when the IO thread goes away. We have to register the destruction
listener on the thread that we're listening to, so there's an new
StartListening method dispatched from ProcessSingleton::Create.
Review URL: http://codereview.chromium.org/115605
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
0 files changed, 0 insertions, 0 deletions