# Use via environment variable LSAN_OPTIONS=suppressions=data/leak-suppress.txt
# Ignore fontconfig reported leaks. It's caches cause false positives.
leak:libfontconfig.so.1
# govarnam leaks but we have no symbols for a better match
leak:libgovarnam.so.1
# presage/sqlite3 leaks when creating the DB (thus in CI)
leak:sqlite3Malloc
# https://gitlab.gnome.org/GNOME/gtk/merge_requests/823
leak:gtk_header_bar_set_decoration_layout
