diff --git a/misc/suppressions/lsan b/misc/suppressions/lsan new file mode 100644 index 0000000000..694ce9f9b6 --- /dev/null +++ b/misc/suppressions/lsan @@ -0,0 +1,10 @@ +# Leak sanitizer suppressions for wx, use it by setting +# LSAN_OPTIONS=suppressions= + +# 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