mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
glib.supp: Add some fundamental type suppressions
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c8c75dc7ad
commit
8ae07a727a
18
glib.supp
18
glib.supp
@ -151,6 +151,24 @@
|
||||
fun:g_type_register_static
|
||||
}
|
||||
|
||||
{
|
||||
g-type-register-fundamental
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:possible,reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_type_register_fundamental
|
||||
}
|
||||
|
||||
{
|
||||
g-type-register-fundamental-calloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:possible,reachable
|
||||
fun:calloc
|
||||
...
|
||||
fun:g_type_register_fundamental
|
||||
}
|
||||
|
||||
{
|
||||
g-type-add-interface-dynamic
|
||||
Memcheck:Leak
|
||||
|
Loading…
Reference in New Issue
Block a user