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

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

Issue 1853303002: Suppress a leak report in mojo's HandleWrapper::Create. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 4 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 | « 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 a5bb300553d171cce47220cfa3dbf3945b329636..9d5b4ad330d50b8739c55f0c6d30dc30d2812379 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3144,3 +3144,15 @@
...
fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20SpecialStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnboundRunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_
}
+{
+ bug_600484
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4mojo3edk2js13HandleWrapper6Create*
+ fun:_ZN3gin9ConverterIN4mojo6Handle*
+ fun:_ZN3gin11ConvertToV8IN4mojo6Handle*
+ fun:_ZN3gin10ToV8TraitsIN4mojo6HandleELb0EE14TryConvertToV8*
+ fun:_ZN3gin14TryConvertToV8IN4mojo6Handle*
+ fun:_ZN3gin10Dictionary3SetIN4mojo6Handle*
+ fun:_ZN4mojo3edk2js12_GLOBAL__N_114CreateDataPipe*
+}
« 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