mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
glib.supp: Ignore once-per-thread leak from SysprofCollector
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user