diff options
| -rw-r--r-- | bgpd/valgrind.supp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp new file mode 100644 index 0000000000..28c3f82749 --- /dev/null +++ b/bgpd/valgrind.supp @@ -0,0 +1,13 @@ +{ + <libyang_0.16.46> + Memcheck:Leak + fun:calloc + fun:_dlerror_run + 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 +} |
