| b3bc560b | 28-Jul-2021 |
Dapeng Yu <[email protected]> |
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 no
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: [email protected]
Signed-off-by: Dapeng Yu <[email protected]> Acked-by: Jasvinder Singh <[email protected]>
show more ...
|