aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/valgrind.supp
diff options
context:
space:
mode:
authoratis <atis@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-07 23:10:13 +0000
committeratis <atis@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-07 23:10:13 +0000
commita1c66e8c520a1b194b610430d6106c1fb73adc31 (patch)
tree1f0f1c3df655b08947908ad6944883eb736dbab9 /contrib/valgrind.supp
parent464b0269fa9f26f6df7ecdc329a6e7cd745c1c7f (diff)
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: http://svn.digium.com/svn/asterisk/trunk@233577 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib/valgrind.supp')
-rw-r--r--contrib/valgrind.supp12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
index 3a4097c36..22bee0ee1 100644
--- a/contrib/valgrind.supp
+++ b/contrib/valgrind.supp
@@ -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:...
}