diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 22:03:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 22:03:26 +0000 |
commit | b5b54a76648300e46ebb8e01824c3f17d2cb9dbb (patch) | |
tree | 4ce8a00575f97d19dae5d96a2c277f4dfd19ad6c /tools/heapcheck | |
parent | 0a3d3c17b392b843c51ad1825edce49db58d6cc6 (diff) | |
download | chromium_src-b5b54a76648300e46ebb8e01824c3f17d2cb9dbb.zip chromium_src-b5b54a76648300e46ebb8e01824c3f17d2cb9dbb.tar.gz chromium_src-b5b54a76648300e46ebb8e01824c3f17d2cb9dbb.tar.bz2 |
Valgrind/Heapchecker: Suppress leaks in net::CookieMonster::CookieMonsterTask::InvokeCallback. Also widen a related suppression.
BUG=96066,96069
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/7780010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2656f28..1b9a833 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1331,7 +1331,7 @@ Heapcheck:Leak ... fun:URLFetcher::Core::StartURLRequest - fun:URLFetcher::Core::StartURLRequestWhenAppropriate + fun:URLFetcher::Core::StartURLRequestWhen* } { bug_80666 @@ -1696,3 +1696,15 @@ fun:remoting::ClientSession::UnpressKeys fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody } +{ + bug_96069 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + ... + fun:disk_cache::MemBackendImpl::CreateBackend + ... + fun:net::HttpCache::CreateBackend + fun:net::HttpCache::CreateTransaction + ... + fun:net::CookieMonster::CookieMonsterTask::InvokeCallback +} |