Re: [PATCH 03/20] crypto/dpaa2_sec: fix memory leaks in error handlings

2022-06-24 Thread David Marchand
On Tue, Feb 22, 2022 at 7:19 PM Weiguo Li wrote: > > When function returned from error handling branches, the memories were > not freed which caused a memory leak. > > Fixes: 8d1f3a5d751b ("crypto/dpaa2_sec: support crypto operation") This is backport material. Please add Cc: sta...@dpdk.org in n

[PATCH 03/20] crypto/dpaa2_sec: fix memory leaks in error handlings

2022-02-22 Thread Weiguo Li
When function returned from error handling branches, the memories were not freed which caused a memory leak. Fixes: 8d1f3a5d751b ("crypto/dpaa2_sec: support crypto operation") Signed-off-by: Weiguo Li --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 3 +++ 1 file changed, 3 insertions(+) diff