> > Subject: [PATCH v2] test/security: fix buffer leaks in error path > > Date: Tue, 31 Oct 2023 12:14:46 +0530 > > X-Mailer: git-send-email 2.25.1 > > > > In case of failure of a test in macsec autotest, > > the buffers were not getting cleaned. > > Added appropriate code to clean the buffers. > > > > Fixes: 993ea577a006 ("test/security: add inline MACsec cases") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > > Acked-by: Stephen Hemminger <step...@networkplumber.org>
Applied to dpdk-next-crypto Thanks.