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

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

Issue 7237048: Suppresses leaks in ProfileImpl::OnPrefsLoaded (issue 88640) and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « tools/heapcheck/suppressions.txt ('k') | 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 91677)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4819,6 +4819,33 @@
fun:ChromeMain
fun:main
}
+{
+ bug_88735
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZNK23ProtocolHandlerRegistry14MaybeCreateJobEPN3net10URLRequestE
+ fun:_Z*11MakeRequestRK4GURLP23ProtocolHandlerRegistry
+ fun:_Z18DispatchToFunctionIPFvRK4GURLP23ProtocolHandlerRegistryES0_13scoped_refptrIS3_EEvT_RK6Tuple2IT0_T1_E
+ fun:_ZN16RunnableFunctionIPFvRK4GURLP23ProtocolHandlerRegistryE6Tuple2IS0_13scoped_refptrIS3_EEE3RunEv
+ fun:*18TaskClosureAdapter3RunEv
+ fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE
+}
+{
+ bug_88640_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
+ fun:_ZN11ProfileImpl11DoFinalInitEv
+ fun:_ZN11ProfileImpl13OnPrefsLoadedEb
+}
+{
+ bug_88640_b
+ Memcheck:Leak
+ ...
+ fun:_ZN11ProfileImpl13OnPrefsLoadedEb
+ ...
+ fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698