mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
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:
commit
bcbcc0ec42
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user