mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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/trunk@233577 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
{
|
||||
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
|
||||
@@ -24,7 +24,7 @@
|
||||
...
|
||||
fun:dlclose
|
||||
fun:load_dynamic_module
|
||||
...
|
||||
fun:...
|
||||
}
|
||||
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
speex_decode
|
||||
Memcheck:Cond
|
||||
fun:speex_decode_int
|
||||
...
|
||||
fun:...
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user