forked from MusicPlayerDaemon/mpdscribble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valgrind.suppressions
85 lines (76 loc) · 1.28 KB
/
valgrind.suppressions
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
# GLib allocates a lot of memory which is never freed, and this makes
# it too hard to read valgrind memcheck results. You can pass this
# file with "--suppressions=valgrind.suppressions" to disable lots of
# bogus messages.
{
nss
Memcheck:Leak
fun:malloc
fun:__nss_lookup_function
}
{
nss
Memcheck:Leak
fun:malloc
fun:tsearch
fun:__nss_lookup_function
}
{
nss
Memcheck:Leak
fun:malloc
fun:nss_parse_service_list
fun:__nss_database_lookup
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
fun:engine_cleanup_add_last
fun:ENGINE_add
fun:ENGINE_load_dynamic
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
fun:ENGINE_new
fun:ENGINE_load_dynamic
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
fun:load_builtin_compressions
fun:SSL_COMP_get_compression_methods
fun:SSL_library_init
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
fun:sk_new
fun:load_builtin_compressions
fun:SSL_COMP_get_compression_methods
fun:SSL_library_init
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
fun:sk_new
fun:engine_cleanup_add_last
fun:ENGINE_add
fun:ENGINE_load_dynamic
}
{
inet_ntoa
Memcheck:Leak
fun:malloc
fun:inet_ntoa
}