Explorar el Código

valgrind: valgrind itself has memory leaks ...

Nathalie Furmento hace 9 años
padre
commit
ffeb89a201
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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
+}