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

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-02-04 10:47:43 +00:00
parent e96bc30c16
commit 62c1ae7161

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
}