fped/leakcheck

5 lines
120 B
Bash
Executable File

#!/bin/sh
valgrind --leak-check=full --show-reachable=yes --num-callers=50 \
--suppressions=leak.supp \
./fped "$@"