From 024e303dbbef698fffa6ab33b331ba2526af0aed Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 16 Sep 2017 14:32:09 +0200 Subject: [PATCH] Memcheck: another try to make valgrind ignore memory leak in cmake. --- tools/simgrid.supp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/simgrid.supp b/tools/simgrid.supp index e82964d69a..d9de9cf219 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -18,8 +18,13 @@ { Memory leak in cmake Memcheck:Leak + match-leak-kinds:reachable + ... + fun:_Znwm + fun:_ZN4Json5Value13nullSingletonEv + obj:*/libjsoncpp.so* ... - obj:*/cmake + fun:_dl_init } # There's a constant leak of 56 bytes in the depths of libc which -- 2.20.1