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

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

Issue 6348008: Memcheck suppression for PluginService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 bb1435db57e2f3603682e2899ce96aee26206945..885554694009217e6ddd304c6b45339e79fb4132 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3627,3 +3627,20 @@
fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv
fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
}
+{
+ bug_70115
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15FilePathWatcherC1Ev
+ fun:_ZN13PluginServiceC1Ev
+ fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv
+ fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv
+ fun:_ZN13PluginService11GetInstanceEv
+ fun:_ZN18BrowserProcessImpl14CreateIOThreadEv
+ fun:_ZN18BrowserProcessImpl9io_threadEv
+ fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_7C6A03C718CreateChildThreadsEP18BrowserProcessImpl
+ fun:_Z11BrowserMainRK18MainFunctionParams
+ fun:_ZN54_GLOBAL__N_chrome_app_chrome_main.cc_00000000_3219A84B23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
+ fun:ChromeMain
+ fun:main
+}
« 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