Re: [dpdk-dev] [PATCH] net/softnic: fix memory leak as profile is freed

2021-07-14 Thread Singh, Jasvinder
> -Original Message- > From: Yu, DapengX > Sent: Tuesday, July 13, 2021 9:27 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/softnic: fix memory leak as profile is freed > > From: Dapeng Yu > > In function s

[dpdk-dev] [PATCH] net/softnic: fix memory leak as profile is freed

2021-07-13 Thread dapengx . yu
From: Dapeng Yu 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: sta...@dpdk.org Signed-off-by: Da