Re: [dpdk-dev] [PATCH v2] net/softnic: fix memory leak as profile is freed
From: Thomas Monjalon <hidden> Date: 2021-07-30 11:53:04
28/07/2021 08:05, dapengx.yu@intel.com:
From: Dapeng Yu <redacted>
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 <redacted>
Acked-by: Jasvinder Singh <redacted>