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

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

Issue 399893004: [MemSheriff] Suppress leak of BackgroundReaper in EnsureProcessTerminated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem-90057
Patch Set: Created 6 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 | « 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 bf88bdbcbaa7b8ab13fcf8fc8ae07da60c8ef78b..65208d754fb329d9f72fac7b6b7d6060977c6453 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5565,6 +5565,12 @@
fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv
}
{
+ bug_318221
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base23EnsureProcessTerminatedEi
+}
+{
bug_321976
Memcheck:Leak
...
« 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