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

2023-10-23 Thread Akhil Goyal
> Subject: [PATCH] crypto/openssl: fix memory leaks in SM2 ops > > Fix memory leaks in SM2 ops, as reported by valgrind. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > drivers/crypto/openssl/rte_openssl_pmd.c | 45 ++-- > 1 file chang

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

2023-09-19 Thread Gowrishankar Muthukrishnan
Fix memory leaks in SM2 ops, as reported by valgrind. Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/openssl/rte_openssl_pmd.c | 45 ++-- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/drivers/crypto/openssl/rte_openssl_pmd.c b/drivers/crypto/o