-
Notifications
You must be signed in to change notification settings - Fork 8
/
valgrind.supp
146 lines (146 loc) · 2.06 KB
/
valgrind.supp
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
memcpy overlap
Memcheck:Overlap
fun:memcpy
...
}
{
moneypunct wtf
Memcheck:Addr8
fun:wcscmp
fun:*moneypunct*
...
}
{
graphviz leak textsize
Memcheck:Leak
...
fun:textsize
...
}
{
graphviz leak pango font map
Memcheck:Leak
...
fun:pango_cairo_font_map_new
...
}
{
graphviz leak pango itemize
Memcheck:Leak
...
fun:pango_itemize_with_base_dir
...
}
{
graphviz leak pango font description
Memcheck:Leak
...
fun:pango_font_description_set_family
fun:pango_fc_font_description_from_pattern
...
}
{
graphviz leak pango font get
Memcheck:Leak
...
fun:pango_cairo_fc_font_get_type
...
}
{
graphviz leak pango shape full
Memcheck:Leak
...
fun:pango_shape_full
...
}
{
graphviz leak g_object newv
Memcheck:Leak
...
fun:g_object_newv
fun:g_object_new
...
}
{
graphviz leak g_object new valist
Memcheck:Leak
...
fun:g_object_new_valist
fun:g_object_new
...
}
{
graphviz leak pango ot ruleset
Memcheck:Leak
...
fun:pango_ot_ruleset_new_from_description
fun:pango_ot_ruleset_get_for_description
...
}
{
graphviz leak pango ot buffer
Memcheck:Leak
...
fun:pango_ot_buffer_new
...
}
{
graphviz leak pango ot info
Memcheck:Leak
...
fun:pango_ot_info_get
...
}
{
graphviz leak pango coverage
Memcheck:Leak
...
fun:pango_coverage_set
...
}
{
graphviz leak ft
Memcheck:Leak
...
fun:ft_mem_qalloc
fun:ft_mem_alloc
...
fun:FT_Add_Module
fun:FT_Add_Default_Modules
fun:FT_Init_FreeType
}
{
graphviz leak gvconfig
Memcheck:Leak
...
fun:gvconfig
...
}
{
graphviz leak fcconfig
Memcheck:Leak
...
fun:FcConfigParseAndLoad
}
{
graphviz addr4 fcconfig
Memcheck:Addr4
...
fun:FcConfigParseAndLoad
}
{
aspell
Memcheck:Addr4
...
fun:aspell_speller_suggest
...
}
{
zobject annihilate
Memcheck:Free
fun:_ZdlPv
fun:_ZN7zobject10annihilateEv
fun:_ZN7zobject12freeZObjectsEP7zvector
fun:_ZN21AnnotationItemManagerD1Ev
}