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

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

Issue 3134025: Suppresses the leak for Bug 53044.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 10 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 57022)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4221,3 +4221,10 @@
fun:_ZN3IPC16MessageWithTupleI6Tuple1IiEE8DispatchI9GpuThreadMS5_FviEEEbPKNS_7MessageEPT_T0_
fun:_ZN9GpuThread24OnControlMessageReceivedERKN3IPC7MessageE
}
+{
+ bug_53044
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_ZN24mozilla_security_manager19nsPKCS12Blob_ImportEPKcjRKSbItN4base20string16_char_traitsESaItEE
+}
« 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