Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 7780010: Valgrind/Heapchecker: Suppress leaks in net::CookieMonster::CookieMonsterTask::InvokeCallback. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 100511)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -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
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698