aboutsummaryrefslogtreecommitdiffstats
path: root/valgrind.supp
blob: 4225021346bf7798b1e32cf8a0a5759379a72b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    leak:conf_load
    Memcheck:Leak
    ...
    fun:conf_load
    fun:main
}

{
    leak:gobject_init_ctor
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:gobject_init_ctor
}

{
    leak:g_signal_new
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:g_signal_new
}

{
    leak:g_type_create_instance
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:g_type_create_instance
}

{
    leak:g_type_register_static
    Memcheck:Leak
    match-leak-kinds: possible
    ...
    fun:g_type_register_static
}