From: Arnaud Giersch Date: Mon, 18 Apr 2011 12:49:15 +0000 (+0200) Subject: Most memory leaks in SimGrid are gone. X-Git-Tag: v0.1~69^2~2 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/fad3067165906a00138b929a86795079233a88c7?ds=inline Most memory leaks in SimGrid are gone. --- diff --git a/valgrind_suppressions b/valgrind_suppressions index e4dbcfb..a7c0e9e 100644 --- a/valgrind_suppressions +++ b/valgrind_suppressions @@ -1,23 +1,3 @@ -{ - Known memory leaks in SimGrid (surf/surf_routing.c) - Memcheck:Leak - ... - fun:surf_parse_lex - fun:parse_platform_file - fun:SIMIX_create_environment - fun:MSG_create_environment - ... -} - -{ - Known memory leaks in SimGrid (msg/environment.c) - Memcheck:Leak - ... - fun:__MSG_host_create - fun:MSG_create_environment - ... -} - { Memory leak in libc? Memcheck:Leak