> -----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 > <pablo.de.lara.gua...@intel.com>; Doherty, Declan > <declan.dohe...@intel.com>; Akhil Goyal <akhil.go...@nxp.com> > Subject: [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec > > 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 <akhil.go...@nxp.com>
Added Cc: sta...@dpdk.org Applied to dpdk-next-crypto. Thanks, Pablo