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

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

Issue 10638003: Suppress ChromeOS uninit in NetworkMenuIcon::GenerateFadedImage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 80f74bb222adf872b1e32415dbfa779660c25df9..37b98a79b463e257154eee524f1fc4b4cb89a1b2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5629,6 +5629,12 @@
fun:_ZN14ProfileManager10GetProfileERK8FilePath
fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath
}
+{
+ bug_133930
+ Memcheck:Uninitialized
+ fun:_ZN8chromeos12_GLOBAL__N_118GenerateFadedImageEN3gfx9ImageSkiaES2_d
+ fun:_ZN8chromeos15NetworkMenuIcon23GenerateConnectingImageERKN3gfx9ImageSkiaE
+}
#-----------------------------------------------------------------------
« 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