forked from meetecho/janus-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
janus-valgrind.supp
141 lines (139 loc) · 1.88 KB
/
janus-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
# annoying glib2 object type registration stuff
{
glib2-type-register-fundamental
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:g_type_register_fundamental
...
}
{
glib2-type-register-fundamental-realloc
Memcheck:Leak
...
fun:g_realloc
...
fun:g_type_register_fundamental
...
}
{
glib2-type-register-static
Memcheck:Leak
fun:malloc
fun:g_malloc
...
fun:type_node_any_new_W
fun:g_type_register_static
...
}
{
glib2-type-register-static-realloc
Memcheck:Leak
...
fun:g_realloc
...
fun:type_node_any_new_W
fun:g_type_register_static
...
}
{
glib2-type-add-interface-static
Memcheck:Leak
fun:malloc
fun:g_malloc
...
fun:type_add_interface_Wm
fun:g_type_add_interface_static
...
}
{
glib2-dl-init-gobject-type-data
Memcheck:Leak
fun:calloc
fun:g_malloc0
fun:type_data_make_W
fun:gobject_init_ctor
...
fun:_dl_init
...
}
{
glib2-dl-init-gobject-type-node
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:type_node_fundamental_new_W
fun:gobject_init_ctor
...
fun:_dl_init
...
}
{
glib2-signal-new-class
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:g_signal_type_cclosure_new
fun:g_signal_new
...
fun:g_object_do_class_init
...
}
{
glib2-signal-new-class-intern
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:g_signal_type_cclosure_new
fun:g_signal_new
...
fun:g_cancellable_class_intern_init
...
}
{
nice-socket-new-vtable-base
Memcheck:Leak
fun:malloc
fun:g_malloc
...
fun:type_iface_vtable_base_init_Wm
...
fun:nice_udp_bsd_socket_new
...
}
{
nice-socket-new-class
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:g_socket_class_intern_init
...
fun:nice_udp_bsd_socket_new
...
}
{
nice-agent-class-init
Memcheck:Leak
fun:calloc
fun:g_malloc0
...
fun:g_type_create_instance
...
fun:nice_agent_class_init
...
}
# probably a bug in sofia-sip
{
sofia-sip-su-home
Memcheck:Leak
fun:calloc
...
fun:su_home_new
...
fun:main
}