glib/tools
Marco Trevisan (Treviño) 505755e4d2 glib.supp: Ignore gutils leaks for user and system dirs
These leaks happens "by design" in case that the private API
g_set_user_dirs() is used to replace directories during some tests.
And we've to leak the previously set values (if any) not to free strings
that may be used by other user code before.

In fact we're already ignoring LSAN reports for the very same reason
here.

We could create a private suppression file too, but I don't think we've to
bother with that, given that user code should never hit this path
anyways.

It's the only leak we have, sooo:

Fixes: https://gitlab.gnome.org/GNOME/glib/-/issues/333
2022-09-14 22:03:00 +02:00
..
check-abis.sh tools: Move check-abis.sh from top-level to tools directory 2022-05-11 13:06:22 +01:00
glib-gettextize.in tools: Add SPDX license header to glib-gettextize.in 2022-06-01 12:45:33 +01:00
glib.supp glib.supp: Ignore gutils leaks for user and system dirs 2022-09-14 22:03:00 +02:00
meson.build meson: Set install_tag on all tools 2022-09-12 09:50:31 -04:00