aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind.supp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
index 944fa1ecfd..d919c86126 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -111,6 +111,16 @@
fun:FcFontRenderPrepare
}
{
+ #Same root cause as font_config_bug_2.
+ #The 'leak' is copies of font or pattern values into returned pattern values.
+ font_config_bug_4
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:FcValue*
+ fun:FcFontRenderPrepare
+}
+{
zlib_bug_1
Memcheck:Cond
fun:inflateReset2