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

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

Issue 11826029: Suppress leaks in ManagedModeURLFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index a863506a548d4ee68cb41e936c9992d13400908d..83d10b8563e6634b6fcf3468bb2969ab275a3038 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6452,3 +6452,14 @@
fun:vp8e_encode
fun:vpx_codec_encode
}
+{
+ bug_169042
+ Memcheck:Leak
+ ...
+ fun:_ZN6policy12URLBlacklist10AddFiltersEbPKN4base9ListValueE
+ fun:_ZN6policy12URLBlacklist5BlockEPKN4base9ListValueE
+ fun:_ZN20ManagedModeURLFilter14SetManualListsE10scoped_ptrIN4base9ListValueENS1_14DefaultDeleterIS2_EEES5_
+ fun:_ZN20ManagedModeURLFilterC1Ev
+ fun:_ZN11ManagedMode16URLFilterContextC1E13scoped_refptrIN4base19SequencedTaskRunnerEE
+ fun:_ZN11ManagedModeC2Ev
+}
« 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