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

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

Issue 5814003: Valgrind: Widen a suppression and suppress a new leak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 4ea11671f69cfa13fc4c400f98fa1778ea6e4e23..eb28571c29677437961e84329571313b914b992c 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2420,7 +2420,7 @@
fun:_Znw*
...
fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
- fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i
+ ...
fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i
fun:_ZN11ProfileImpl17GetRequestContextEv
}
@@ -3451,3 +3451,24 @@
...
fun:_ZN8remoting40HeartbeatSenderTest_ProcessResponse_Test8TestBodyEv
}
+{
+ bug_66853
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11ProfileImpl14GetHostZoomMapEv
+ fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
+ fun:_ZN77_GLOBAL__N_chrome_browser_net_chrome_url_request_context.cc_00000000_0FB246EB18FactoryForOriginalC1EP7ProfileRK8FilePathS5_i
+ fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i
+ fun:_ZN11ProfileImpl17GetRequestContextEv
+ fun:_ZN19SafeBrowsingService5StartEv
+ fun:_ZN19SafeBrowsingService10InitializeEv
+ fun:_ZN22ResourceDispatcherHost10InitializeEv
+ fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
+ fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
+ fun:_ZN16ExtensionService4InitEv
+ fun:_ZN11ProfileImpl14InitExtensionsEv
+ fun:_ZN14ProfileManager10AddProfileEP7Profileb
+ fun:_ZN14ProfileManager10GetProfileERK8FilePathb
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
+}
« 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