File: leaks.sh

package info (click to toggle)
libgit2 1.5.1%2Bds-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,804 kB
  • sloc: ansic: 187,873; sh: 1,186; python: 384; php: 65; makefile: 33
file content (6 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh
export MallocStackLogging=1
export MallocScribble=1
export MallocLogFile=/dev/null
export CLAR_AT_EXIT="leaks -quiet \$PPID"
exec "$@"