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

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

Issue 14093018: Suppress leaks in chromeos::UserManagerImplWrapper::get() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index cc4cd1b1fcc9230561f2646f1a57153fffa6e1d6..65b24e83bca59f2c8d5636e2ab69592be4b726e2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7038,3 +7038,10 @@
fun:_ZN3net17QuicStreamFactory3Job6DoLoopEi
fun:_ZN3net17QuicStreamFactory3Job12OnIOCompleteEi
}
+{
+ bug_232924
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8chromeos22UserManagerImplWrapper3getEv
+ fun:_ZN8chromeos11UserManager3GetEv
+}
« 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