> A memory leak was detected using the AddressSanitizer tool,
> when running the crypto-perf application with a test vector file.
> 
> The strdup function used returns a pointer to a null-terminated byte
> string, which must be freed after use. This patch frees the pointer in
> an error case, and also after a successful run.
> 
> Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test
> application")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
Acked-by: Akhil Goyal <gak...@marvell.com>

Applied to dpdk-next-crypto

Reply via email to