mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 02:20:04 +01:00
Merge branch 'suppressions' into 'master'
Add additional valgrind suppressions See merge request GNOME/glib!1223
This commit is contained in:
commit
902fc6d261
@ -880,7 +880,7 @@
|
||||
{
|
||||
g_private_set_alloc0
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable
|
||||
match-leak-kinds:definite,reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_private_set_alloc0
|
||||
@ -888,7 +888,7 @@
|
||||
{
|
||||
g_private_set_alloc0-calloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable
|
||||
match-leak-kinds:definite,reachable
|
||||
fun:calloc
|
||||
...
|
||||
fun:g_private_set_alloc0
|
||||
@ -898,7 +898,7 @@
|
||||
{
|
||||
g_main_context_push_thread_default
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable
|
||||
match-leak-kinds:definite,reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_queue_new
|
||||
|
Loading…
x
Reference in New Issue
Block a user