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

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

Issue 8815019: Suppression for extension::Restrictions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 0b7e237ce6524b0809628c43da7a5c9b09c9c38b..6f4e034be0c0a30ba0521f4c693bef08fdc287f0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5363,6 +5363,18 @@
fun:_ZN14TestingProfileD2Ev
fun:_ZN23ExtensionTestingProfileD0Ev
}
+{
+ bug_106571
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_
+ ...
+ fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs
+ fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiPSs
+ fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv
+ fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_ParamsSaIS1_EE
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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