mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
glib.supp: Ignore one-off allocations in error registration.
This commit is contained in:
parent
ae72f9de35
commit
3af6849881
23
glib.supp
23
glib.supp
@ -1038,3 +1038,26 @@
|
||||
...
|
||||
fun:g_set_prgname
|
||||
}
|
||||
|
||||
# Error domains hash
|
||||
{
|
||||
g_error_init
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_hash_table_new_full
|
||||
fun:g_error_init
|
||||
}
|
||||
|
||||
# Error domain static registration
|
||||
{
|
||||
g_error_domain_register_static
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_hash_table_insert
|
||||
fun:error_domain_register
|
||||
fun:g_error_domain_register_static
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user