Reverted ncurses cleanup

Changed valgrind options, still reachable ignored
This commit is contained in:
James Booth
2012-07-31 23:13:18 +01:00
parent cd3b01d248
commit f47b3304bd
2 changed files with 2 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#!/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 --show-reachable=yes ./profanity
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes ./profanity