Re: [dpdk-dev] [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec

2017-07-12 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, July 12, 2017 1:35 PM > To: dev@dpdk.org > Cc: hemant.agra...@nxp.com; De Lara Guarch, Pablo > ; Doherty, Declan > ; Akhil Goyal > Subject: [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for

[dpdk-dev] [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec

2017-07-12 Thread Akhil Goyal
dpseci is allocated using rte_calloc() but it is freed using free(). Fixing it to use rte_free() Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations") Signed-off-by: Akhil Goyal --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff