From b4ec0f41568d28f58f41ee1abcb823432126cf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 Feb 2008 06:42:28 +0000 Subject: tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ... Original commit message from CVS: * tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by the LADSPA sine plugin and happening on every exit(). Remove GIO suppressions as it's now in -base. --- ChangeLog | 8 ++++++ common | 2 +- tests/check/gst-plugins-bad.supp | 56 +++++++++++++++------------------------- 3 files changed, 30 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19cbb0e1..77e63852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-22 Sebastian Dröge + + * tests/check/gst-plugins-bad.supp: + Add suppressions for SoundTouch valgrind warnings and + a valgrind warning caused by the LADSPA sine plugin and + happening on every exit(). + Remove GIO suppressions as it's now in -base. + 2008-02-22 Sebastian Dröge * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create): diff --git a/common b/common index 84c6d3ef..135628f1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 84c6d3efac27669ad45856ebe84a17d33359dc36 +Subproject commit 135628f16d422584d3454fb9c9805e7be25760a1 diff --git a/tests/check/gst-plugins-bad.supp b/tests/check/gst-plugins-bad.supp index 7e4b9776..6d9d1376 100644 --- a/tests/check/gst-plugins-bad.supp +++ b/tests/check/gst-plugins-bad.supp @@ -9,43 +9,29 @@ } { - - Memcheck:Leak - fun:realloc - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* - fun:g_type_create_instance - fun:g_object_constructor - fun:g_object_newv - fun:g_object_new_valist - fun:g_object_new - fun:get_default_vfs - fun:g_once_impl - fun:g_vfs_get_default + + Memcheck:Cond + fun:_ZN10soundtouch9TDStretch8setTempoEf + fun:_ZN10soundtouch9TDStretch13setParametersEjjjj + fun:_ZN10soundtouch9TDStretchC1Ev + fun:_ZN10soundtouch9TDStretch11newInstanceEv + fun:_ZN10soundtouch10SoundTouchC1Ev } { - - Memcheck:Leak - fun:malloc - obj:* - obj:* - obj:* - obj:* - fun:g_type_create_instance - fun:g_object_constructor - fun:g_object_newv - fun:g_object_new_valist - fun:g_object_new - fun:get_default_vfs - fun:g_once_impl - fun:g_vfs_get_default + + Memcheck:Cond + fun:_ZN10soundtouch9TDStretch8setTempoEf + fun:_ZN10soundtouch9TDStretch13setParametersEjjjj + fun:_ZN10soundtouch9TDStretchC1Ev + fun:_ZN10soundtouch9TDStretch11newInstanceEv + fun:_ZN10soundtouch10SoundTouchC1Ev +} + +{ + + Memcheck:Free + fun:_ZdaPv + obj:/usr/lib/ladspa/sine.so } -- cgit v1.2.1