Merge "contrib/valgrind: Fix use of frame-level suppression"

This commit is contained in:
George Joseph 2020-01-07 09:58:42 -06:00 committed by Gerrit Code Review
commit cc2d1f2545
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:...
...
}