]> git.proxmox.com Git - libgit2.git/blame - script/leaks.sh
Release 1.0.0+dfsg.1-2 to Debian experimental.
[libgit2.git] / script / leaks.sh
CommitLineData
0c9c969a
UG
1#!/bin/sh
2export MallocStackLogging=1
3export MallocScribble=1
4export MallocLogFile=/dev/null
5export CLAR_AT_EXIT="leaks -quiet \$PPID"
6exec "$@"