Skip to content

Commit

Permalink
Merge pull request #749 from kgaillot/cleanup
Browse files Browse the repository at this point in the history
Fix: testing: suppress valgrind warning about memory leak in bash
  • Loading branch information
davidvossel committed Jul 2, 2015
2 parents 1ba30b2 + e247746 commit 318f911
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion valgrind-pcmk.suppressions
Expand Up @@ -19,6 +19,15 @@
fun:main
}

{
Another bash leak
Memcheck:Leak
fun:malloc
fun:xmalloc
fun:set_default_locale
fun:main
}

{
Ignore option parsing
Memcheck:Leak
Expand Down Expand Up @@ -294,4 +303,4 @@
obj:*/libgobject-*
fun:call_init.part.0
fun:_dl_init
}
}

0 comments on commit 318f911

Please sign in to comment.