From fad3067165906a00138b929a86795079233a88c7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 18 Apr 2011 14:49:15 +0200 Subject: [PATCH] Most memory leaks in SimGrid are gone. --- valgrind_suppressions | 20 -------------------- 1 file changed, 20 deletions(-) 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 -- 2.39.5