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.
This commit is contained in:
Vadim Zeitlin
2021-03-14 13:04:37 +01:00
parent 04020e4509
commit 57bba0b990

View File

@@ -12,3 +12,7 @@ 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