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

Unified Diff: tools/valgrind.supp

Issue 68523006: Silence another valgrind leak (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 12235)
+++ tools/valgrind.supp (working copy)
@@ -6,9 +6,9 @@
fun:FcConfigFileExists
}
{
- FcFontSetCreate_Leak
- Memcheck:Leak
- fun:malloc
+ FcFontSetCreate_Leak
+ Memcheck:Leak
+ fun:malloc
fun:FcFontSetCreate
}
{
@@ -60,3 +60,10 @@
fun:_mesa_ReadnPixelsARB
fun:_mesa_ReadPixels
}
+{
+ XOpenDisplay_Leak
+ Memcheck:Leak
+ fun:calloc
+ fun:_XConnectXCB
+ fun:XOpenDisplay
+}
« 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