Vadim Zeitlin
57bba0b990
Suppress a leak sanitizer report in libxrandr2
...
This happens from inside gtk_init_check(), i.e. is not a "real" leak
anyhow because it can be leaked at most once. Just ignore it.
2021-03-14 13:10:13 +01:00
Vadim Zeitlin
2aba3ad0e1
Ignore leak from atk_bridge_adaptor_init() when using ASAN
...
There doesn't seem to be any way to avoid calling it or freeing
(multiple) memory blocks allocated by it.
2021-01-31 17:33:04 +01:00
Vadim Zeitlin
987758eb97
Add a suppression file for FontConfig leaks occurring under wxGTK
...
We're not interested in these (one off) leaks and can't do anything
about them anyhow, so just provide a way too suppress leak sanitizer
errors about them.
2020-10-19 13:54:19 +02:00