fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locks 62/35262/3
authorSteven Luong <sluong@cisco.com>
Tue, 8 Feb 2022 15:59:11 +0000 (07:59 -0800)
committerNeale Ranns <neale@graphiant.com>
Wed, 9 Feb 2022 14:45:20 +0000 (14:45 +0000)
commit97866a3279b112bba64a65d073e94aa9635d03ad
tree43a8b60c3978b7771165f47637599353dd60f093
parent63f2c7d70136761e24b19cca1f09d9cbdde66b69
fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locks

ip6 and mpls fib_table->ft_locks memory leaked when the table is
deleted.
name tag is leaked for mpls table parsing.

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ife68c0ddc3a6f9437a149b308310f042799c2116
src/vnet/fib/ip6_fib.c
src/vnet/fib/mpls_fib.c
src/vnet/mpls/mpls.c