Merge branch 'sysprof-leak' into 'main'

glib.supp: Ignore once-per-thread leak from SysprofCollector

See merge request GNOME/glib!4471
This commit is contained in:
Michael Catanzaro
2025-02-05 17:33:40 +00:00

View File

@@ -1332,3 +1332,15 @@
fun:wcsxfrm*
fun:g_utf8_collate_key
}
# sysprof deliberately leaks one SysprofCollector per thread
{
glib-trace-collector
Memcheck:Leak
match-leak-kinds:definite
fun:calloc
...
fun:sysprof_collector_get
...
fun:g_trace_mark
}