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

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

Issue 10695130: Fix a memory leak in RulesRegistryStorageDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 5d6af026801b8ff06d7e2233caa0f389fb59767f..0ca4ffc2299e64d20aaf9c15cb4d20aee1f616b9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5491,20 +5491,6 @@
fun:vp8cx_encode_inter_macroblock
}
{
- bug_133449
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN10extensions28RulesRegistryStorageDelegate4InitEP7ProfilePNS_22RulesRegistryWithCacheERKSs
- fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
- fun:_ZN19ExtensionSystemImpl6Shared4InitEb
- fun:_ZN19ExtensionSystemImpl4InitEb
- fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
- fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
- fun:_ZN14ProfileManager10AddProfileEP7Profile
- fun:_ZN14ProfileManager10GetProfileERK8FilePath
- fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath
-}
-{
bug_134717
Memcheck:Leak
fun:_Znw*
@@ -5551,7 +5537,6 @@
fun:_ZN21WebRTCAudioDeviceTest5SetUpEv
}
-
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations

Powered by Google App Engine
This is Rietveld 408576698