File: leakcheck

package info (click to toggle)
fped 0.1%2B201210-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 968 kB
  • sloc: ansic: 12,651; yacc: 1,112; sh: 974; lex: 204; makefile: 140; awk: 75
file content (4 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
valgrind --leak-check=full --show-reachable=yes --num-callers=50 \
  --suppressions=leak.supp \
  ./fped "$@"