summaryrefslogtreecommitdiff
path: root/pango.supp
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-02 12:36:12 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-07-02 12:36:12 +0000
commitd7f16a6ec17a847290ea4034f79afaa0c33f17f5 (patch)
treec4eaa70fbc5158a2ba18a10643472e44469a718c /pango.supp
parent2bc5f8a60800da7eaa3e6c79ca4d89964d725425 (diff)
parent7b7da61757a2cc20613af3b9376336ffd6495dd6 (diff)
downloadpango-d7f16a6ec17a847290ea4034f79afaa0c33f17f5.tar.gz
Merge branch 'matthiasc/for-master' into 'master'
Add libthai to valgrind suppressions See merge request GNOME/pango!357
Diffstat (limited to 'pango.supp')
-rw-r--r--pango.supp10
1 files changed, 10 insertions, 0 deletions
diff --git a/pango.supp b/pango.supp
index 6c7b4d1a..98450af4 100644
--- a/pango.supp
+++ b/pango.supp
@@ -84,3 +84,13 @@
...
fun:g_intern_static_string
}
+
+# libthai
+{
+ libthai ThBrk
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ ...
+ fun:th_brk_new
+}