From f65f41acc2fb3094d81a9ab8b72b6ea88e9b99a5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 6 May 2015 10:23:27 +0200 Subject: valgrind: Ignore valgrind free bug on exit Signed-off-by: Andreas Schneider --- tests/valgrind.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/valgrind.supp b/tests/valgrind.supp index a4276c3b..5a1f0232 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -28,6 +28,18 @@ obj:/lib64/ld-2.15.so } +### VALGRIND +{ + valgrind_exit_free_bug + Memcheck:Free + fun:free + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit +} + + ### OPENSSL { openssl_crypto_value8 -- cgit