]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 233577 via svnmerge from
authorAtis Lezdins <atis@iq-labs.net>
Mon, 7 Dec 2009 23:56:04 +0000 (23:56 +0000)
committerAtis Lezdins <atis@iq-labs.net>
Mon, 7 Dec 2009 23:56:04 +0000 (23:56 +0000)
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

contrib/valgrind.supp

index 3a4097c362e5caa08b60884cc9b7741d801579e8..22bee0ee1d84982bfe6fe5af87ed33437b6756d0 100644 (file)
@@ -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:...
 }