1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/runvalgrind.sh
James Booth f47b3304bd Reverted ncurses cleanup
Changed valgrind options, still reachable ignored
2012-07-31 23:13:18 +01:00

5 lines
217 B
Bash
Executable File

#!/bin/sh
rm -f valgrind.out
#valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes ./profanity