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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 119903005: Valgrind: Suppress an occasional leak inside net::URLFetcherCore::StartURLRequestWhenAppropriate. R… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 243191)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1976,18 +1976,6 @@
fun:_ZN16RenderWidgetHost9WasHiddenEv
}
{
- bug_80663
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore10CookieInfoESaIS6_EEEPS2_EENS_8internal20InvokerStorageHolderINSD_15InvokerStorage1IT_T0_EEEESG_RKSH_
- fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
- fun:_ZN3net17URLRequestHttpJob5StartEv
- fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
- fun:_ZN3net10URLRequest5StartEv
- fun:_ZN10URLFetcher4Core15StartURLRequestEv
- fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
-}
-{
bug_82717
Memcheck:Leak
fun:_Znw*
@@ -6366,3 +6354,12 @@
fun:_ZN7WebCore30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachContextE
fun:_ZN7WebCore13ContainerNode14attachChildrenERKNS_4Node13AttachContextE
}
+{
+ bug_331925
+ Memcheck:Leak
+ ...
+ fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
+ fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
+ fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
+ fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698