From ed38aec53517fdeb5ecdd9a29bced1d92ef63d14 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Jan 2014 13:05:46 +0000 Subject: [PATCH] Full leak check/reachable on dcpomatic_batch valgrind. --- run/dcpomatic_batch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/dcpomatic_batch b/run/dcpomatic_batch index ac2d0e39a..78ee8f7be 100755 --- a/run/dcpomatic_batch +++ b/run/dcpomatic_batch @@ -6,7 +6,7 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic_batch $* elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" build/src/tools/dcpomatic_batch $* + valgrind --tool="memcheck" --suppressions=valgrind.supp --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_batch $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" build/src/tools/dcpomatic_batch $* -- 2.30.2