mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
https://origsvn.digium.com/svn/asterisk/trunk ........ r233577 | atis | 2009-12-08 01:10:13 +0200 (Tue, 08 Dec 2009) | 8 lines Fix compatibility with valgrind 3.3 and older. (noticed in issue #16388) Reported by: parisioa Patches: valgrind.supp uloaded by atis (license 242) Tested by: atis, parisioa ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@233618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
42 lines
411 B
Plaintext
42 lines
411 B
Plaintext
#
|
|
# _dl_close errors
|
|
#
|
|
|
|
{
|
|
dlclose-1
|
|
Memcheck:Addr1
|
|
fun:...
|
|
fun:dlclose
|
|
fun:load_dynamic_module
|
|
fun:...
|
|
}
|
|
{
|
|
dlclose-2
|
|
Memcheck:Addr2
|
|
fun:...
|
|
fun:dlclose
|
|
fun:load_dynamic_module
|
|
fun:...
|
|
}
|
|
{
|
|
dlclose-4
|
|
Memcheck:Addr4
|
|
...
|
|
fun:dlclose
|
|
fun:load_dynamic_module
|
|
fun:...
|
|
}
|
|
|
|
|
|
#
|
|
# codec_speex
|
|
#
|
|
|
|
{
|
|
speex_decode
|
|
Memcheck:Cond
|
|
fun:speex_decode_int
|
|
fun:...
|
|
}
|
|
|