Update memcheck.supp to ignore bash memroy leak on Fedora19

This commit is contained in:
Soonho Kong 2013-09-10 22:44:24 -04:00
parent 9e3583a04a
commit 7a6032dd86

View file

@ -18,3 +18,17 @@
fun:start_thread
fun:clone
}
{
Suppress_Bash_Memory_Leak_on_Fedora19
Memcheck:Leak
fun:malloc
fun:xmalloc
fun:make_if_command
fun:yyparse
fun:parse_command
fun:read_command
fun:reader_loop
fun:main
}