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.
19 lines
611 B
Plaintext
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
|