From b1f94627911a0697e8bf4d672d1482f7139d69ec Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 20 Jul 2005 17:15:19 +0000 Subject: [PATCH] patch from Edgard to properly suppress these warnings Original commit message from CVS: patch from Edgard to properly suppress these warnings --- check/gst.supp | 18 +++++++++--------- common | 2 +- tests/check/gst.supp | 18 +++++++++--------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/check/gst.supp b/check/gst.supp index 7490cc3f1c..e47a8a01bb 100644 --- a/check/gst.supp +++ b/check/gst.supp @@ -31,11 +31,11 @@ { __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 } @@ -46,14 +46,14 @@ 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 6f9b691adc..694de4dbf4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6f9b691adc2a0300598311671dd7c4d9d2035afa +Subproject commit 694de4dbf4827f372321f0634643a254d7edd986 diff --git a/tests/check/gst.supp b/tests/check/gst.supp index 7490cc3f1c..e47a8a01bb 100644 --- a/tests/check/gst.supp +++ b/tests/check/gst.supp @@ -31,11 +31,11 @@ { __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 } @@ -46,14 +46,14 @@ 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 }