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

2023-11-09 Thread Akhil Goyal
> Subject: [PATCH v3] crypto/openssl: fix memory leaks in asym ops > > Fix memory leaks in Asymmetric ops, as reported by valgrind. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > v3: > - changes as suggested in v2. The patch conflicts with Stephen's pa

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

2023-11-03 Thread Power, Ciara
> -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Friday, November 3, 2023 3:15 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal ; Ji, Kai > ; Power, Ciara ; Gowrishankar > Muthukrishnan > Subject: [PATCH v3] crypto/openssl: fix

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

2023-11-03 Thread Gowrishankar Muthukrishnan
Fix memory leaks in Asymmetric ops, as reported by valgrind. Signed-off-by: Gowrishankar Muthukrishnan --- v3: - changes as suggested in v2. --- drivers/crypto/openssl/rte_openssl_pmd.c | 30 +--- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 16 +++ 2 files changed