diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-02 12:36:12 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-02 12:36:12 +0000 |
commit | d7f16a6ec17a847290ea4034f79afaa0c33f17f5 (patch) | |
tree | c4eaa70fbc5158a2ba18a10643472e44469a718c | |
parent | 2bc5f8a60800da7eaa3e6c79ca4d89964d725425 (diff) | |
parent | 7b7da61757a2cc20613af3b9376336ffd6495dd6 (diff) | |
download | pango-d7f16a6ec17a847290ea4034f79afaa0c33f17f5.tar.gz |
Merge branch 'matthiasc/for-master' into 'master'
Add libthai to valgrind suppressions
See merge request GNOME/pango!357
-rw-r--r-- | lsan.supp | 1 | ||||
-rw-r--r-- | pango.supp | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -5,3 +5,4 @@ leak:libpixman-1.so leak:libthai.so leak:libdatrie.so leak:libxml2.so +leak:hb_font_funcs_create @@ -84,3 +84,13 @@ ... fun:g_intern_static_string } + +# libthai +{ + libthai ThBrk + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + ... + fun:th_brk_new +} |