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

Unified Diff: tools/valgrind.supp

Issue 69403002: Add another FontConfig suppression to valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « tests/valgrind.supp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind.supp
===================================================================
--- tools/valgrind.supp (revision 12219)
+++ tools/valgrind.supp (working copy)
@@ -6,6 +6,12 @@
fun:FcConfigFileExists
}
{
+ FcFontSetCreate_Leak
+ Memcheck:Leak
+ fun:malloc
+ fun:FcFontSetCreate
+}
+{
Mesa_glsl_parsing
Memcheck:Cond
fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698