diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-13 21:06:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-13 21:06:41 +0200 |
| commit | c325ab5f745c67e6381bcee582bf809018d809e0 (patch) | |
| tree | 0672382845c4edc19cbdeb7b4ab984c8376c0702 /run | |
| parent | 19f1a934c9e3531da3bd95cdc854f491ee14e215 (diff) | |
Do leak checks when valgrinding the player.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic_player | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_player b/run/dcpomatic_player index fb740e342..7d9ab9ff3 100755 --- a/run/dcpomatic_player +++ b/run/dcpomatic_player @@ -20,7 +20,7 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic2_player $* elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" --suppressions=suppressions --track-fds=yes $binary $* + valgrind --tool="memcheck" --suppressions=suppressions --track-fds=yes --leak-check=full --show-reachable=yes $binary $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" $binary $* |
