Add some more valgrind suppressions

This commit is contained in:
Matthias Clasen 2023-04-27 08:33:03 +02:00
parent 0bb6988c0e
commit 7c4acac135

View File

@ -293,6 +293,30 @@
... ...
fun:g_intern_string fun:g_intern_string
} }
{
xdg-mime init
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:xdg_mime_init*
}
{
xdg-mime init
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
...
fun:xdg_mime_init*
}
{
glib init
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:glib_init_ctor
}
# Threads # Threads
{ {