From eac450a673cd1d3a606fe75399d0cd1fcb1d0d7b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Sep 2005 21:40:58 +0000 Subject: [PATCH] common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgrinding the correct thing Original commit message from CVS: * common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgrinding the correct thing * gst/gst.c: (init_post): plug another leak --- check.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.mak b/check.mak index 2ee9861..9b7d606 100644 --- a/check.mak +++ b/check.mak @@ -20,7 +20,7 @@ endif # valgrind any given test by running make test.valgrind %.valgrind: - $(REGISTRY_ENVIRONMENT) \ + $(TESTS_ENVIRONMENT) \ CK_DEFAULT_TIMEOUT=20 \ libtool --mode=execute \ $(VALGRIND_PATH) -q --suppressions=$(SUPPRESSIONS) \ -- 2.34.1