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

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

Issue 10830205: Added suppression for leak of AsyncPolicyLoader. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 02f7b44caebbf67e5d79dad405a3fe1ad62e832b..4c1d590187c542368a3e70c4d02db0929d04cd94 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5844,6 +5844,14 @@
fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater
fun:_ZN16ReloadButtonTestC2Ev
}
+{
+ bug_141255
+ Memcheck:Leak
+ ...
+ fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv
+ fun:_ZN6policy22BrowserPolicyConnector4InitEv
+ fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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