Ignore pthread allocations in valgrind

This commit is contained in:
Matthias Clasen 2021-03-27 21:43:59 -04:00
parent d24a0e9606
commit e1866d8fbe

View File

@ -285,3 +285,11 @@
...
fun:g_intern_static_string
}
# Threads
{
pthread
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
}