projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merged revisions 225484 via svnmerge from
[asterisk/asterisk.git]
/
contrib
/
valgrind.supp
1
#
2
# _dl_close errors
3
#
4
5
{
6
dlclose-1
7
Memcheck:Addr1
8
...
9
fun:dlclose
10
fun:load_dynamic_module
11
...
12
}
13
{
14
dlclose-2
15
Memcheck:Addr2
16
...
17
fun:dlclose
18
fun:load_dynamic_module
19
...
20
}
21
{
22
dlclose-4
23
Memcheck:Addr4
24
...
25
fun:dlclose
26
fun:load_dynamic_module
27
...
28
}
29
30
31
#
32
# codec_speex
33
#
34
35
{
36
speex_decode
37
Memcheck:Cond
38
fun:speex_decode_int
39
...
40
}
41