aboutsummaryrefslogtreecommitdiffstats
path: root/valgrind.supp
blob: 3aa2cd16097682206c3043be00a127b2db5f8174 (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
40
41
42
43
44
45
46
47
{
    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
}

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