scripts/lsan_suppressions: suppress fontconfig leaks
Those are annoying reports for gtk/sdl etc. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20260623-b4-ui-v4-4-4656aec3398d@redhat.com>
Marc-André Lureau committed
Jun 23, 2026 at 11:44 UTC
eb7b13077f5af70552ae9537d3ca90c5a6829a26
1 file changed
+4
scripts/lsan_suppressions.txt
+4
@@ -10,6 +10,10 @@ leak:/lib64/libtcmalloc_minimal.so.4
10
# libxkbcommon also leaks in qemu-keymap
11
leak:/lib64/libxkbcommon.so.0
12
13
+# libfontconfig leaks are notorious, for ex
14
+# https://gitlab.freedesktop.org/fontconfig/fontconfig/-/work_items/519
15
+leak:libfontconfig.so
16
+
17
# g_set_user_dirs() deliberately leaks the previous cached g_get_user_*
18
# values. This is documented in upstream glib's valgrind-format
19
# suppression file: