mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
These are one-time leaks, and happen if the util dir paths are built via these code paths, and then subsequently overwritten using `g_set_user_dirs()` (typically as part of a unit test). The additions to `glib.supp` correspond to the `g_ignore_leak()` calls in `gutils.c`. Unfortunately `g_ignore_leak()` only affects asan, not valgrind. See https://gitlab.gnome.org/GNOME/glib/-/jobs/3294034 Signed-off-by: Philip Withnall <pwithnall@gnome.org>