about summary refs log tree commit diff stats
path: root/runvalgrind.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-31 23:01:15 +0100
committerJames Booth <boothj5@gmail.com>2012-07-31 23:01:15 +0100
commit0a42be57a31882d000437cc10729c360f3482ae0 (patch)
treea3335a5d722d9019addb0346e937d2b0c29d1544 /runvalgrind.sh
parentf7a542f488c27f3400bbaea909af933c6c9966cd (diff)
downloadprofani-tty-0a42be57a31882d000437cc10729c360f3482ae0.tar.gz
Cleaning up memory allocated by ncurses pads
Diffstat (limited to 'runvalgrind.sh')
-rwxr-xr-xrunvalgrind.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runvalgrind.sh b/runvalgrind.sh
new file mode 100755
index 00000000..b57e45e4
--- /dev/null
+++ b/runvalgrind.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+rm -f valgrind.out
+valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity