summaryrefslogtreecommitdiff
path: root/pango.supp
Commit message (Collapse)AuthorAgeFilesLines
* Improve valgrind suppressionsMatthias Clasen2021-11-181-0/+15
| | | | | Also suppress pango_language_from_string and GLib thread creation.
* Add libthai to valgrind suppressionsMatthias Clasen2021-07-021-0/+10
| | | | | We use the shared ThBrk object that libthai creates, and don't free it.
* Add a valgrind suppression fileMatthias Clasen2021-01-231-0/+86
Suggested by Philip Withnall. Fixes: #415