From: Atis Lezdins Date: Mon, 7 Dec 2009 23:56:04 +0000 (+0000) Subject: Merged revisions 233577 via svnmerge from X-Git-Tag: 1.6.1.12-rc1~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3ece68add3bd33e8954529be4b3def1cc1254c;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@233616 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp index 3a4097c362..22bee0ee1d 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:... }