RE: [PATCH v4] crypto/openssl: fix memory leaks in asym ops

2023-11-12 Thread Akhil Goyal
> Subject: [PATCH v4] crypto/openssl: fix memory leaks in asym ops > > Fix memory leaks in Asymmetric ops, as reported by valgrind. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > v4: > - patch rebased. Applied to dpdk-next-crypto Added-fixes tags and Ciara's ack from v3. Thanks.

[PATCH v4] crypto/openssl: fix memory leaks in asym ops

2023-11-12 Thread Gowrishankar Muthukrishnan
Fix memory leaks in Asymmetric ops, as reported by valgrind. Signed-off-by: Gowrishankar Muthukrishnan --- v4: - patch rebased. --- drivers/crypto/openssl/rte_openssl_pmd.c | 28 drivers/crypto/openssl/rte_openssl_pmd_ops.c | 16 +++ 2 files changed, 28 insertio