18/01/2019 08:40, Hari Kumar Vemula: > In rte_efd_create() allocated memory for tail queue entry but > not freed. > Added freeing the tail queue entry. > > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") > Cc: sta...@dpdk.org > > Signed-off-by: Hari Kumar Vemula <hari.kumarx.vem...@intel.com> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Acked-by: Reshma Pattan <reshma.pat...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- > v5: Removed NULL initialization > v4: RTE_TAILQ_CAST moved after for loop > v3: Replaced TAILQ_FOREACH_SAFE with TAILQ_FOREACH > v2: Updated commit message. > ---
Applied, thanks