aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authoratis <atis@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-07 23:56:04 +0000
committeratis <atis@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-07 23:56:04 +0000
commitc8c0d7d23044b66b83b1d85709341dd9824f9647 (patch)
tree6f7a13d9355e88c2fe113787c01708e16eb63123 /contrib
parent01e09f90de1226d901557fc2b052b7d5bf32f9a5 (diff)
Merged revisions 233577 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r233577 | atis | 2009-12-08 01:10:13 +0200 (Tue, 08 Dec 2009) | 8 lines 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/branches/1.6.1@233616 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-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:...
}