mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
505755e4d2
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 |
||
---|---|---|
.. | ||
check-abis.sh | ||
glib-gettextize.in | ||
glib.supp | ||
meson.build |