projects
/
ncmpc-debian.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Styles: add `noexcept`
[ncmpc-debian.git]
/
valgrind.suppressions
1
{
2
ncurses
3
Memcheck:Leak
4
match-leak-kinds: reachable
5
fun:*alloc
6
...
7
fun:_nc_setup_tinfo
8
}
9
10
{
11
ncurses
12
Memcheck:Leak
13
match-leak-kinds: reachable
14
fun:realloc
15
...
16
fun:get_space
17
...
18
fun:tparam_internal
19
}
20
21
{
22
ncurses
23
Memcheck:Leak
24
match-leak-kinds: reachable
25
fun:realloc
26
...
27
fun:_nc_tparm_analyze
28
fun:tparam_internal
29
}
30
31
{
32
ncurses
33
Memcheck:Leak
34
match-leak-kinds: reachable
35
fun:calloc
36
fun:_nc_build_names
37
fun:_nc_find_type_entry
38
}