Files
wxWidgets/misc/suppressions/lsan
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

19 lines
611 B
Plaintext

# Leak sanitizer suppressions for wx, use it by setting
# LSAN_OPTIONS=suppressions=<path-to-this-file>
# Known leaks in libfontconfig.so.1: note that you must have its debug symbols
# installed for these suppressions to work.
leak:FcConfigValues
leak:FcLangSetCreate
leak:FcPatternObjectInsertElt
leak:FcValueListCreate
leak:FcValueSave
# This leak happens during GTK initialization. Requires debug symbols for
# libatk-bridge2.0.
leak:atk_bridge_adaptor_init
# Leak in a function called from gtk_init_check() when using X RandR extension.
# Requires debug symbols for libxrandr2.
leak:doGetScreenResources