forked from VCVRack/Rack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valgrind.supp
54 lines (52 loc) · 842 Bytes
/
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
{
<insert_a_suppression_name_here>
Memcheck:Addr8
...
obj:/usr/lib/dri/i965_dri.so
...
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
...
obj:/usr/lib/dri/i965_dri.so
...
}
{
<insert_a_suppression_name_here>
Memcheck:Addr2
...
obj:/usr/lib/dri/i965_dri.so
...
}
{
<insert_a_suppression_name_here>
Memcheck:Addr1
...
obj:/usr/lib/dri/i965_dri.so
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
...
obj:/usr/lib/libasound.so.2.0.0
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
...
obj:/usr/lib/libgtk-x11-2.0.so.0.2400.32
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
...
obj:/usr/lib/libgobject-2.0.so.0.5800.3
...
}