Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to silence a valgrind leak
authorAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 21 Jul 2017 12:44:32 +0000 (14:44 +0200)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Fri, 21 Jul 2017 12:44:45 +0000 (14:44 +0200)
tools/simgrid.supp

index 9f742a7..6a0800b 100644 (file)
    obj:/usr/bin/*
 }
 
+{
+   Memory leak in cmake
+   Memcheck:Leak
+   ...
+   obj:cmake
+}
+
 # There's a constant leak of 56 bytes in the depths of libc which
 # manifests, for example, when using backtrace()
 {