diff options
-rw-r--r-- | ChangeLog | 6 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/Makefile.am | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,12 @@ 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk> * tests/check/Makefile.am: + Remove deinterleave test from VALGRIND_TO_FIX again now that + there are suppressions in gst.supp which make this work for me. + +2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk> + + * tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since it causes weird invalid free errors in valgrind/libc after _exit for some reason. diff --git a/common b/common -Subproject 2d9c09df0fe4ad3f570fea9f649cfc6c4511080 +Subproject d78efae300d4dff0291717ccf7a2b82c713a81e diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ecf61001..06fdf362 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -59,7 +59,6 @@ endif VALGRIND_TO_FIX = \ - elements/deinterleave \ elements/mpeg2enc \ elements/mplex |