leakcheck 120 B

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