From: Timo Sirainen Date: Mon, 16 Nov 2015 10:40:22 +0000 (+0200) Subject: dovecot.m4: Added --leak-check=full to valgrind X-Git-Tag: 2.2.20.rc1~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=431eebad01b13e5fa4cff1c660099d12aeb20b6f;p=thirdparty%2Fdovecot%2Fcore.git dovecot.m4: Added --leak-check=full to valgrind --- diff --git a/dovecot.m4 b/dovecot.m4 index 0ed0d464b6..0c7da8543c 100644 --- a/dovecot.m4 +++ b/dovecot.m4 @@ -6,7 +6,7 @@ # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 17 +# serial 18 AC_DEFUN([DC_DOVECOT_MODULEDIR],[ AC_ARG_WITH(moduledir, @@ -46,9 +46,9 @@ else trap "rm -f test.out.\$\$" 0 1 2 3 15 supp_path="\$top_srcdir/run-test-valgrind.supp" if test -r "\$supp_path"; then - valgrind -q --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*] + valgrind -q --leak-check=full --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*] else - valgrind -q --log-file=test.out.\$\$ \$[*] + valgrind -q --leak-check=full --log-file=test.out.\$\$ \$[*] fi ret=\$? if test -s test.out.\$\$; then