mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
glib.supp: Ignore one-off allocations in error registration.
This commit is contained in:
committed by
Philip Withnall
parent
ae72f9de35
commit
3af6849881
23
glib.supp
23
glib.supp
@@ -1038,3 +1038,26 @@
|
|||||||
...
|
...
|
||||||
fun:g_set_prgname
|
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
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user