1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-07-02 19:05:26 +03:00
fped/leakcheck

5 lines
120 B
Plaintext
Raw Normal View History

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