On 10/7/2025 2:42 PM, Anatoly Burakov wrote:
Currently, when parsing rte_flow raw type items, we allocate a bunch of internal structures, but if errors happen down the line we just quit and never free the memory we just allocated. Fix this by adding an error cleanup section.Fixes: 25be39cc1760 ("net/ice: enable protocol agnostic flow offloading in FDIR") Cc: [email protected] Signed-off-by: Anatoly Burakov <[email protected]> ---
Fixline might be incorrect, i need to dig in a little more, as rte_malloc calls weren't there in that specific commit.
-- Thanks, Anatoly

