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:
Philip Chimento 2020-05-02 10:20:43 -07:00
parent fecaa5a5ea
commit 567caa9b29

View File

@ -127,7 +127,7 @@
{ {
g-type-register-static g-type-register-static
Memcheck:Leak Memcheck:Leak
match-leak-kinds:reachable match-leak-kinds:possible,reachable
fun:malloc fun:malloc
... ...
fun:g_type_register_static fun:g_type_register_static
@ -145,7 +145,7 @@
{ {
g-type-register-static-calloc g-type-register-static-calloc
Memcheck:Leak Memcheck:Leak
match-leak-kinds:reachable match-leak-kinds:possible,reachable
fun:calloc fun:calloc
... ...
fun:g_type_register_static fun:g_type_register_static