diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 14:57:17 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 14:57:17 +0000 |
commit | d65b35d16d8f0d3ceb5038c8d6470f0115108cc5 (patch) | |
tree | 2bb04d6cebc2fe66705fc7bc31fb74255bdccf34 /tools | |
parent | 0890e60eec6c246d2fd3384548d7f6ea5e0b0a93 (diff) | |
download | chromium_src-d65b35d16d8f0d3ceb5038c8d6470f0115108cc5.zip chromium_src-d65b35d16d8f0d3ceb5038c8d6470f0115108cc5.tar.gz chromium_src-d65b35d16d8f0d3ceb5038c8d6470f0115108cc5.tar.bz2 |
Re-do the suppression for leaks in DhcpProxyScriptFetcherWin
The cause of the leaks is that TestImmediateCancel passes the pointer to some
other class and loses the ownership.
BUG=87616
TBR=bruening
Review URL: http://codereview.chromium.org/7273001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/drmemory/suppressions.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt index 5214010..ea07870 100644 --- a/tools/valgrind/drmemory/suppressions.txt +++ b/tools/valgrind/drmemory/suppressions.txt @@ -741,10 +741,8 @@ LEAK # http://crbug.com/87616 LEAK ... -*!TestURLRequestContext::Init -*!TestURLRequestContext::TestURLRequestContext -*!net::`anonymous namespace'::DummyDhcpProxyScriptAdapterFetcher::DummyDhcpProxyScriptAdapterFetcher *!net::`anonymous namespace'::TestImmediateCancel +*!net::`anonymous namespace'::DhcpProxyScriptFetcherWin* # Empty line at EOF - workaround for # http://code.google.com/p/drmemory/issues/detail?id=41 |