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:
Snuffy 2019-12-18 11:20:49 +11:00
parent 8587ef3a0c
commit 095c204fe0
1 changed files with 7 additions and 7 deletions

View File

@ -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:...
...
}