mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Add some more valgrind suppressions
This commit is contained in:
parent
0bb6988c0e
commit
7c4acac135
24
gtk.supp
24
gtk.supp
@ -293,6 +293,30 @@
|
||||
...
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user