mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
glib.supp: Allow possible leaks of g_type_register_static()
It seems this should not only be marked reachable, but also for possible leaks, as the realloc() variant already is. https://gitlab.gnome.org/GNOME/glib/-/issues/1911
This commit is contained in:
parent
fecaa5a5ea
commit
567caa9b29
@ -127,7 +127,7 @@
|
||||
{
|
||||
g-type-register-static
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable
|
||||
match-leak-kinds:possible,reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_type_register_static
|
||||
@ -145,7 +145,7 @@
|
||||
{
|
||||
g-type-register-static-calloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable
|
||||
match-leak-kinds:possible,reachable
|
||||
fun:calloc
|
||||
...
|
||||
fun:g_type_register_static
|
||||
|
Loading…
Reference in New Issue
Block a user