mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
contrib/valgrind: Fix use of frame-level suppression
Fix use of frame-level wildcard usage in suppression file. ASTERISK-27243 #close Reported-by: Richard Kenner Change-Id: I1c0c64c5f305d2c9aa124e11f1f64a2eec52dc51
This commit is contained in:
@@ -5,26 +5,26 @@
|
||||
{
|
||||
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:...
|
||||
...
|
||||
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