Browse Source

valgrind: valgrind itself has memory leaks ...

Nathalie Furmento 9 years ago
parent
commit
ffeb89a201
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tools/valgrind/valgrind.suppr

+ 9 - 0
tools/valgrind/valgrind.suppr

@@ -0,0 +1,9 @@
+{
+   valgrind_suppr1
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc
+   fun:ensure_sReq_space
+   fun:add_shadow_Request
+   fun:PMPI_Irecv
+}