X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/dca12c071dfd6b0fdd1360064e2d23a18efc70ec..c08e3f74ebabb9acc4064ce8820e2e6db8ecf561:/valgrind_suppressions?ds=inline

diff --git a/valgrind_suppressions b/valgrind_suppressions
index e1e2552..8c54c73 100644
--- a/valgrind_suppressions
+++ b/valgrind_suppressions
@@ -1,16 +1,5 @@
 {
-   Known memory leaks in SimGrid (surf_routing.c)
-   Memcheck:Leak
-   ...
-   fun:surf_parse_lex
-   fun:parse_platform_file
-   fun:SIMIX_create_environment
-   fun:MSG_create_environment
-   ...
-}
-
-{
-   Memory leak in libc?
+   Memory leak in glibc/backtrace
    Memcheck:Leak
    fun:malloc
    fun:_dl_map_object_deps
@@ -22,6 +11,7 @@
    fun:dlerror_run
    fun:__libc_dlopen_mode
    fun:init
-   fun:pthread_once
-   fun:backtrace
+   ...
+   fun:*backtrace*
+   ...
 }