diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-02 08:29:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-02 08:29:06 -0400 |
commit | 7b7da61757a2cc20613af3b9376336ffd6495dd6 (patch) | |
tree | c4eaa70fbc5158a2ba18a10643472e44469a718c /lsan.supp | |
parent | 0a03fae93da8ca1ca1004826f89d184fcf167d91 (diff) | |
download | pango-7b7da61757a2cc20613af3b9376336ffd6495dd6.tar.gz |
Update lsan.supp
Sometimes, asan complains about us keeping a static hb_font_funcs_t
around. This seems to only affect test-pangocairo-threads.
Tell it not to worry about that.
Diffstat (limited to 'lsan.supp')
-rw-r--r-- | lsan.supp | 1 |
1 files changed, 1 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 |