Cleaning up memory allocated by ncurses pads
This commit is contained in:
3
runvalgrind.sh
Executable file
3
runvalgrind.sh
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user