Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 376 Bytes

File metadata and controls

18 lines (16 loc) · 376 Bytes

Shutdown readline leaks warnings in valgrind

echo "{                                                                                  
   readline
   Memcheck:Leak
   ...
   fun:readline
}
{
   add_history
   Memcheck:Leak
   ...
   fun:add_history
}" > readline.supp

valgrind --leak-check=full --show-leak-kinds=all --suppressions=readline.supp ./minishell