From 49bce3263da490387cf1c90d635b8737098d7bc1 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 7 Feb 2019 16:25:33 +0100 Subject: [PATCH] bgpd: make valgrind suppression more generic No point in restriction the suppression that far down the call stack. Signed-off-by: David Lamparter --- bgpd/valgrind.supp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp index 28c3f82749..7a25c88363 100644 --- a/bgpd/valgrind.supp +++ b/bgpd/valgrind.supp @@ -6,8 +6,4 @@ fun:dlopen@@GLIBC_2.2.5 fun:ly_load_plugins_dir fun:ly_load_plugins - fun:ly_ctx_new - fun:yang_init - fun:frr_init - fun:main } -- 2.39.5