Update memcheck.supp to ignore bash memroy leak on Fedora19
This commit is contained in:
parent
9e3583a04a
commit
7a6032dd86
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue