forked from microsoft/devicescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalgrind.supp
More file actions
62 lines (57 loc) · 898 Bytes
/
valgrind.supp
File metadata and controls
62 lines (57 loc) · 898 Bytes
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
{
sock_pthread
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
fun:sock_connect
}
{
sock_transport
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:jd_alloc
fun:sock_alloc
fun:main
}
{
event_queue
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:jd_alloc
fun:ev_init
}
{
sock_transport2
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:jd_alloc
fun:frame_cb
fun:sock_read_loop
}
{
tx_queue
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:jd_alloc
fun:tx_init
fun:main
}
{
flash_sim
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:jd_alloc
fun:init_devicescript_manager
fun:app_init_services
fun:jd_services_init
fun:main
}