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

Unified Diff: tools/valgrind.supp

Issue 518903002: Update FontConfig valgrind suppressions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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.supp
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
index 1f3e6d9ede8cba949503aaa9be7ba9dc6afe0ade..d96ada04e7a374cfc2751f4a37997d9fb5f686f0 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -96,10 +96,20 @@
font_config_bug_2
Memcheck:Leak
fun:*alloc
- fun:FcPatternObjectInsertElt
+ ...
fun:Fc*Add*
}
{
+ #Same root cause as font_config_bug_2.
+ #The 'leak' here is a copy of rule values, as opposed to new values.
+ font_config_bug_3
+ Memcheck:Leak
+ fun:*alloc
+ fun:FcConfigValues
+ fun:FcConfigSubstituteWithPat
+ fun:FcFontRenderPrepare
+}
+{
zlib_bug_1
Memcheck:Cond
fun:inflateReset2
« 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