Merge branch '1911-valgrind-suppression' into 'master'

glib.supp: Allow possible leaks of g_type_register_static()

Closes #1911

See merge request GNOME/glib!1474
This commit is contained in:
Philip Withnall 2020-05-03 09:50:15 +00:00
commit bcbcc0ec42

View File

@ -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