ajout tests valgrind, option -o

This commit is contained in:
Hugo LAMY
2021-12-22 22:30:23 +01:00
parent c8848afe79
commit f81f480746
3 changed files with 86 additions and 36 deletions

13
valgrind_readline.supp Normal file
View File

@@ -0,0 +1,13 @@
{
<readline>
Memcheck:Leak
...
fun:readline
}
{
<readline history>
Memcheck:Leak
...
fun:add_history
}