diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-12 14:05:15 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-12 14:05:15 +0000 |
commit | d6bea606c6930b3f7a8093b9a7bb78c7e3efb287 (patch) | |
tree | a3345aad8bbb93c3660a1f15c30df1d30a90a3e6 /tests | |
parent | 3bddb38e6468c6294e40e5307f05e6b56bdd6a6c (diff) |
Silence another valgrind leak
https://codereview.chromium.org/68523006/
git-svn-id: http://skia.googlecode.com/svn/trunk@12236 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/valgrind.supp | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 279b9bc8e4..4e13e97236 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -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
+}
|