patch from Edgard to properly suppress these warnings
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 20 Jul 2005 17:15:19 +0000 (17:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 20 Jul 2005 17:15:19 +0000 (17:15 +0000)
Original commit message from CVS:
patch from Edgard to properly suppress these warnings

check/gst.supp
common
tests/check/gst.supp

index 7490cc3..e47a8a0 100644 (file)
 {
    __libc_freeres_rw_acess
    Memcheck:Addr4
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
    fun:__libc_freeres
 }
 
    Memcheck:Leak
    fun:calloc
    fun:g_malloc0
-   obj:/usr/lib/libgobject-2.0.so.*
-   obj:/usr/lib/libgobject-2.0.so.*
+   obj:*
+   obj:*
    fun:g_type_init_with_debug_flags
    fun:g_type_init
    fun:init_pre
    fun:init_popt_callback
-   obj:/usr/lib/libpopt.so.*
-   obj:/usr/lib/libpopt.so.*
+   obj:*
+   obj:*
    fun:poptGetContext
    fun:gst_init_check_with_popt_table
 }
diff --git a/common b/common
index 6f9b691..694de4d 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6f9b691adc2a0300598311671dd7c4d9d2035afa
+Subproject commit 694de4dbf4827f372321f0634643a254d7edd986
index 7490cc3..e47a8a0 100644 (file)
 {
    __libc_freeres_rw_acess
    Memcheck:Addr4
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
-   obj:/lib/tls/i686/cmov/libc-*.so
+   obj:*
+   obj:*
+   obj:*
+   obj:*
+   obj:*
    fun:__libc_freeres
 }
 
    Memcheck:Leak
    fun:calloc
    fun:g_malloc0
-   obj:/usr/lib/libgobject-2.0.so.*
-   obj:/usr/lib/libgobject-2.0.so.*
+   obj:*
+   obj:*
    fun:g_type_init_with_debug_flags
    fun:g_type_init
    fun:init_pre
    fun:init_popt_callback
-   obj:/usr/lib/libpopt.so.*
-   obj:/usr/lib/libpopt.so.*
+   obj:*
+   obj:*
    fun:poptGetContext
    fun:gst_init_check_with_popt_table
 }