aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2019-06-11 22:44:20 -0700
committerSteven Luong <sluong@cisco.com>2019-06-14 16:01:42 -0700
commit4221c8de596f3f3f66b4cbb36ad2d0c23486030c (patch)
tree923e60a542d400dd53dd56b51051a930cda6c9e9 /src/plugins
parentf61a1a89959a413d0dd57b24f1c4b7aaf79ef70b (diff)
acl vnet vlib: memory leaks
Fix memory leaks in acl, vnet, and vlib components. Type: fix Change-Id: I61c84ebbacbbf3215db0d4aaa7699e8d5f8df2da Signed-off-by: Steven Luong <sluong@cisco.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/acl/sess_mgmt_node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/acl/sess_mgmt_node.c b/src/plugins/acl/sess_mgmt_node.c
index 7da6da4c56f..4070e529edb 100644
--- a/src/plugins/acl/sess_mgmt_node.c
+++ b/src/plugins/acl/sess_mgmt_node.c
@@ -727,6 +727,7 @@ acl_fa_session_cleaner_process (vlib_main_t * vm, vlib_node_runtime_t * rt,
}
else
{
+ clib_bitmap_free (pw0->pending_clear_sw_if_index_bitmap);
if (clear_all)
{
/* if we need to clear all, then just clear the interfaces that we are servicing */