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

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

Issue 23904006: [Memory] re-suppress old leak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 aeb210b32e67f30e0b57a790f3d2e859489092c0..76246c683c8c879a47bbbd420e02b05762aeece8 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6580,6 +6580,15 @@
fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE
}
{
+ bug_241044
+ Memcheck:Uninitialized
+ fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
+ fun:_ZN6WebKit15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
+ fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN6WebKit7WebViewE
+ fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences
+ fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences
+}
+{
bug_241892a
Memcheck:Leak
fun:_Znw*
« 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