2aba3ad0e1
There doesn't seem to be any way to avoid calling it or freeing (multiple) memory blocks allocated by it.
15 lines
463 B
Plaintext
15 lines
463 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
|