net/softnic: fix memory leak as profile is freed
authorDapeng Yu <dapengx.yu@intel.com>
Wed, 28 Jul 2021 06:05:39 +0000 (14:05 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 30 Jul 2021 11:58:31 +0000 (13:58 +0200)
commitb3bc560bd6bdf3c9851d25bc0a66cb24aa1fd48c
tree455ad76700e9e2ad34d17e920825a7c72955272b
parent51799b4f971982bc0757cf8a11940eb538b1af57
net/softnic: fix memory leak as profile is freed

In function softnic_table_action_profile_free(), the memory referenced
by pointer "ap" in the instance of "struct softnic_table_action_profile"
is not freed.

This patch fixes it.

Fixes: a737dd4e5863 ("net/softnic: add table action profile")
Cc: stable@dpdk.org
Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
drivers/net/softnic/rte_eth_softnic_action.c