From: Timo Sirainen Date: Mon, 16 Nov 2015 12:15:02 +0000 (+0200) Subject: Added Valgrind suppressions file for ignoring any bash memory leaks. X-Git-Tag: 2.2.20.rc1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40569d0f6eeab33e111175a86cf3fe6a489d4df0;p=thirdparty%2Fdovecot%2Fcore.git Added Valgrind suppressions file for ignoring any bash memory leaks. Some of the unit tests are run via shell. --- diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp new file mode 100644 index 0000000000..03585511d8 --- /dev/null +++ b/run-test-valgrind.supp @@ -0,0 +1,6 @@ +{ + + Memcheck:Leak + fun:malloc + obj:*/bash +}