Files
glib/build/glib-test.supp

28 lines
341 B
Plaintext
Raw Normal View History

{
glibc-tls-allocation
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.2.5
...
}
{
pthread-exit
Memcheck:Leak
...
fun:pthread_exit
...
}
{
dlopen-leaks-self
Memcheck:Leak
fun:calloc
fun:_dlerror_run
fun:dlopen@@*
fun:_g_module_self
fun:g_module_open
...
}