From 636aa62085cb1c11398e43c99ad68fe9b1b8cbf8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Mar 2016 21:13:57 +0100 Subject: [PATCH] lldpcli: acknowledge memory leak in another map conversion --- src/client/lldpcli.supp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/client/lldpcli.supp b/src/client/lldpcli.supp index 97804534..572897e4 100644 --- a/src/client/lldpcli.supp +++ b/src/client/lldpcli.supp @@ -33,6 +33,14 @@ fun:register_commands_dot3pow ... } +{ + one-time-memory-leak-with-lldp-status-map-conversion + Memcheck:Leak + ... + fun:strdup + fun:register_commands_configure_lldp + ... +} # libreadline has no function to free memory { -- 2.39.5