Files
42_INT_07_minishell/valgrind_readline.supp
LuckyLaszlo ab2aa509df signals and termios WIP
+ shell script placeholder
+ generics functions
+ valgrind add_history() supp
+ misc
2021-10-30 16:39:24 +02:00

14 lines
128 B
Plaintext

{
<readline>
Memcheck:Leak
...
fun:readline
}
{
<readline history>
Memcheck:Leak
...
fun:add_history
}